Skip to content

Commit b139c45

Browse files
committed
Merge branch 'fix-missing-datasource-dep' into feat/timestamp-ntz-support
2 parents f538424 + 8b22901 commit b139c45

2 files changed

Lines changed: 79 additions & 0 deletions

File tree

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ tempfile = "3.24.0"
6060
itertools = "0.14.0"
6161
paste = "1.0.14"
6262
datafusion = { workspace = true, features = ["parquet_encryption", "sql"] }
63+
datafusion-datasource = { workspace = true }
6364
datafusion-spark = { workspace = true }
6465
once_cell = "1.18.0"
6566
regex = { workspace = true }

0 commit comments

Comments
 (0)