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
Copy file name to clipboardExpand all lines: Cargo.toml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,24 @@ license = "Apache-2.0"
28
28
description = "Extend the capabilities of DataFusion to support additional data sources via implementations of the `TableProvider` trait."
29
29
30
30
[workspace.dependencies]
31
-
arrow = "56.0.0"
32
-
arrow-array = { version = "56.0.0" }
33
-
arrow-flight = { version = "56.0.0", features = [
31
+
arrow = "57.0.0"
32
+
arrow-array = { version = "57.0.0" }
33
+
arrow-flight = { version = "57.0.0", features = [
34
34
"flight-sql-experimental",
35
35
"tls-ring",
36
36
] }
37
-
arrow-ipc = { version = "56.0.0" }
38
-
arrow-schema = { version = "56.0.0", features = ["serde"] }
39
-
arrow-json = "56.0.0"
40
-
arrow-odbc = { version = "20.0.0" }
41
-
datafusion = { version = "50", default-features = false }
42
-
datafusion-expr = { version = "50" }
43
-
datafusion-federation = { version = "0.4.10" }
44
-
datafusion-ffi = { version = "50" }
45
-
datafusion-proto = { version = "50" }
46
-
datafusion-physical-expr = { version = "50" }
47
-
datafusion-physical-plan = { version = "50" }
37
+
arrow-ipc = { version = "57.0.0" }
38
+
arrow-schema = { version = "57.0.0", features = ["serde"] }
39
+
arrow-json = "57.0.0"
40
+
arrow-odbc = { version = "21.0.0" }
41
+
datafusion = { version = "51", default-features = false }
42
+
datafusion-expr = { version = "51" }
43
+
datafusion-federation = { version = "0.4.11" }
44
+
datafusion-ffi = { version = "51" }
45
+
datafusion-proto = { version = "51" }
46
+
datafusion-physical-expr = { version = "51" }
47
+
datafusion-physical-plan = { version = "51" }
48
48
datafusion-table-providers = { path = "core" }
49
-
duckdb = { version = "=1.3.1", package = "spiceai_duckdb_fork" } # Forked to add support for duckdb_scan_arrow, pending: https://github.com/duckdb/duckdb-rs/pull/488
50
-
adbc_core = { version = "0.20.0" }
51
-
adbc_driver_manager = { version = "0.20.0" }
49
+
duckdb = { version = "=1.3.2", package = "spiceai_duckdb_fork" } # Forked to add support for duckdb_scan_arrow, pending: https://github.com/duckdb/duckdb-rs/pull/488
0 commit comments