mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-30 11:50:38 +00:00
chore: upgrade Arrow to version 28, and DataFusion to 15 (#771)
Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user