Skip to content

Commit d2fedaf

Browse files
phillipleblancsgrebnov
authored andcommitted
Support for metadata columns (location, size, last_modified) in ListingTableProvider (#74)
* Initial work on metadata columns * Metadata filtering working * Working on plumbing to file scan config * wip * All wired up * Working! * Use MetadataColumn enum * Add integration tests for metadata selection + pushdown filtering UPSTREAM NOTE: This PR was submitted upstream: apache#15181 # Conflicts: # datafusion/core/src/datasource/listing/table.rs # datafusion/core/tests/sql/path_partition.rs # datafusion/datasource/src/file_scan_config.rs # datafusion/datasource/src/mod.rs
1 parent de4db8c commit d2fedaf

File tree

11 files changed

+2687
-115
lines changed

11 files changed

+2687
-115
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/catalog-listing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ object_store = { workspace = true }
4848
tokio = { workspace = true }
4949

5050
[dev-dependencies]
51+
chrono = { workspace = true }
5152
tempfile = { workspace = true }
5253

5354
[lints]

0 commit comments

Comments
 (0)