You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arrow-schema = { version = "55.2.0", features = ["serde"] }
39
39
arrow-json = "55.0.0"
40
40
arrow-odbc = { version = "16.0.2" }
41
-
datafusion = { version = "48", default-features = false }
42
-
datafusion-expr = { version = "48" }
43
-
datafusion-federation = { version = "0.4.6" }
44
-
datafusion-ffi = { version = "48" }
45
-
datafusion-proto = { version = "48" }
46
-
datafusion-physical-expr = { version = "48" }
47
-
datafusion-physical-plan = { version = "48" }
41
+
datafusion = { version = "49", default-features = false }
42
+
datafusion-expr = { version = "49" }
43
+
datafusion-federation = { version = "0.4.7" }
44
+
datafusion-ffi = { version = "49" }
45
+
datafusion-proto = { version = "49" }
46
+
datafusion-physical-expr = { version = "49" }
47
+
datafusion-physical-plan = { version = "49" }
48
48
datafusion-table-providers = { path = "core" }
49
49
duckdb = { version = "=1.3.0", package = "spiceai_duckdb_fork" } # Forked to add support for duckdb_scan_arrow, pending: https://github.com/duckdb/duckdb-rs/pull/488
0 commit comments