Skip to content

Commit 8e33f25

Browse files
phillipleblancsgrebnov
authored andcommitted
Support for metadata columns (location, size, last_modified) in ListingTableProvider (#74)
UPSTREAM NOTE: This PR was attempted to be upstreamed but was not accepted. Needs to be applied manually apache#15181
1 parent 2fb089e commit 8e33f25

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)