Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ harness = false
name = "parquet_struct_query"
required-features = ["parquet"]

[[bench]]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More of a question than a request. This measures the same thing as parquet_struct_projection.rs at a complementary altitude, schema-level narrowing versus expression-level pruning, so a schema_narrowed group inside that file would put the whole story in one place and land PR-3's fix next to the assert it flips. The trade-off is a longer file and generalizing the helpers (register_parquet versus ListingTableConfig::with_schema). Fine either way; just worth a look before committing to a second binary.

harness = false
name = "parquet_nested_schema_pruning"
required-features = ["parquet"]

[[bench]]
harness = false
name = "parquet_struct_projection"
Expand Down
Loading
Loading