Skip to content

Commit

Permalink
parquet: Add tests for pruning on Int8/Int16/Int64 columns (apache#9778)
Browse files Browse the repository at this point in the history
* parquet: Add tests for Bloom filters on Int8/Int16/Int64 columns

* Document int_tests macro

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
2 people authored and Lordworms committed Apr 1, 2024
1 parent 3ca7b73 commit c6c50b3
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 311 deletions.
1 change: 1 addition & 0 deletions datafusion/core/Cargo.toml
48 changes: 34 additions & 14 deletions datafusion/core/tests/parquet/mod.rs
276 changes: 141 additions & 135 deletions datafusion/core/tests/parquet/page_pruning.rs
339 changes: 177 additions & 162 deletions datafusion/core/tests/parquet/row_group_pruning.rs

0 comments on commit c6c50b3

Please sign in to comment.