Skip to content

Commit 2c8fbe0

Browse files
phillipleblancJeadie
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 ce559df commit 2c8fbe0

File tree

11 files changed

+2760
-159
lines changed

11 files changed

+2760
-159
lines changed

Cargo.lock

Lines changed: 2 additions & 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ object_store = { workspace = true }
4848
tokio = { workspace = true }
4949

5050
[dev-dependencies]
51+
chrono = { workspace = true }
52+
tempfile = { workspace = true }
5153

5254
[lints]
5355
workspace = true

0 commit comments

Comments
 (0)