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 88e62fd commit 641540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/parquet/page_pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ async fn test_pages_with_null_values() {
Scenario::WithNullValuesPageLevel,
"SELECT * FROM t where \"i16\" is not null",
Some(0),
// expect prune two pages which 10 rows
// expect prune (row_group1, page2) and (row_group4, page2) = 10 rows
Some(10),
29,
)
Expand Down

0 comments on commit 641540c

Please sign in to comment.