chore: upgrade Arrow to version 28, and DataFusion to 15 (#771)

Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
LFC
2022-12-21 17:02:11 +08:00
committed by GitHub
parent 539ead5460
commit 77182f5024
41 changed files with 328 additions and 158 deletions

View File

@@ -33,10 +33,10 @@ common-recordbatch = { path = "../common/recordbatch" }
common-telemetry = { path = "../common/telemetry" }
common-time = { path = "../common/time" }
console = "0.15"
datafusion = { version = "14.0.0", optional = true }
datafusion-common = { version = "14.0.0", optional = true }
datafusion-expr = { version = "14.0.0", optional = true }
datafusion-physical-expr = { version = "14.0.0", optional = true }
datafusion = { version = "15.0", optional = true }
datafusion-common = { version = "15.0", optional = true }
datafusion-expr = { version = "15.0", optional = true }
datafusion-physical-expr = { version = "15.0", optional = true }
datatypes = { path = "../datatypes" }
futures = "0.3"
futures-util = "0.3"