Skip to content

Commit f8b5137

Browse files
use DuckDB commit from 1.4.2 with Arrow 57 upgrade
1 parent 82ccd89 commit f8b5137

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ datafusion-proto = { version = "51" }
4747
datafusion-physical-expr = { version = "51" }
4848
datafusion-physical-plan = { version = "51" }
4949
datafusion-table-providers = { path = "core" }
50-
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "923c33ede98429f6b5e9692fa9680ac455708c32" } # Forked to add support for duckdb_scan_arrow, pending: https://github.com/duckdb/duckdb-rs/pull/488
50+
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "a14c73d9" } # Forked to add support for duckdb_scan_arrow, pending: https://github.com/duckdb/duckdb-rs/pull/488
5151
adbc_core = { version = "0.21.0" }
5252
adbc_driver_manager = { version = "0.21.0" }
5353
parquet = "57"

0 commit comments

Comments
 (0)