Skip to content

Commit 2e2af3c

Browse files
committed
Normalize partitioned and flat object listing
- Refactored helpers related to listing, discovering, and pruning objects based on partitions to normalize the strategy between partitioned and flat tables
1 parent ec3d20b commit 2e2af3c

File tree

3 files changed

+92
-246
lines changed

3 files changed

+92
-246
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
@@ -50,6 +50,7 @@ tokio = { workspace = true }
5050

5151
[dev-dependencies]
5252
datafusion-datasource-parquet = { workspace = true }
53+
datafusion = { workspace = true }
5354

5455
[lints]
5556
workspace = true

0 commit comments

Comments
 (0)