Skip to content

Commit 5854f82

Browse files
andygroveclaude
andcommitted
fix: add missing datafusion-datasource dependency
The csv_scan.rs file added in apache#3044 uses datafusion_datasource but the dependency was not added to core/Cargo.toml. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1e586d5 commit 5854f82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)