Skip to content

Commit b5c27b2

Browse files
authored
chore(deps): upgrade datafusion-table-providers version (#427)
1 parent 629e8fc commit b5c27b2

File tree

2 files changed

+40
-76
lines changed

2 files changed

+40
-76
lines changed

Cargo.lock

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

crates/arkflow-plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ humantime = { workspace = true }
2222
tracing = { workspace = true }
2323
datafusion = { workspace = true }
2424
datafusion-functions-json = { workspace = true }
25-
datafusion-table-providers = { git = "https://github.com/arkflow-rs/datafusion-table-providers", rev = "e29bf21bbcd3f197f8c1e0675f9fab0b4ad48825", features = [
25+
datafusion-table-providers = { version = "0.5", features = [
2626
"mysql",
2727
"postgres",
2828
"duckdb",
2929
"sqlite",
3030
] }
3131
ballista = { git = "https://github.com/apache/datafusion-ballista", rev = "97c919274d9de496b630e66c12ad29c3fccd110b" }
32-
duckdb = { git = "https://github.com/arkflow-rs/duckdb-rs.git", rev = "d13c0cd133199db580742339c3edeafd1d780b81" } # Forked to add support for duckdb_scan_arrow, pending: https://github.com/duckdb/duckdb-rs/pull/488
32+
duckdb = { version = "=1.3.0", package = "spiceai_duckdb_fork" }
3333
arrow-json = { workspace = true }
3434
prost-reflect = { workspace = true }
3535
prost-types = { workspace = true }

0 commit comments

Comments
 (0)