Skip to content

Commit

Permalink
Update datafusion/core/tests/parquet/page_pruning.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
Ted-Jiang and alamb authored Apr 13, 2024
1 parent 641540c commit 8d173c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/core/tests/parquet/page_pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,8 @@ async fn test_pages_with_null_values() {
Scenario::WithNullValuesPageLevel,
"SELECT * FROM t where i8 <= 6",
Some(0),
// expect prune two pages which 10 rows
// expect prune pages with all null or pages that have only values greater than 6
// (row_group1, page2), (row_group4, page2)
Some(10),
22,
)
Expand Down

0 comments on commit 8d173c6

Please sign in to comment.