Skip to content

Commit 78cd606

Browse files
authored
Merge pull request #185 from JanKaul/data-file-path
Add the option to output the "__data_file_path" column with the Datafusion TableProvider
2 parents c2f3e4c + a4be384 commit 78cd606

File tree

3 files changed

+217
-29
lines changed

3 files changed

+217
-29
lines changed

Cargo.lock

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

datafusion_iceberg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ chrono = { workspace = true }
1515
dashmap = "6.1.0"
1616
datafusion = { workspace = true }
1717
datafusion-expr = { workspace = true }
18+
derive_builder = { workspace = true }
1819
futures = { workspace = true }
1920
iceberg-rust = { path = "../iceberg-rust", version = "0.7.0" }
2021
itertools = { workspace = true }

0 commit comments

Comments
 (0)