adriangb commented on code in PR #19129:
URL: https://github.com/apache/datafusion/pull/19129#discussion_r2595148799
##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -1235,7 +1235,7 @@ mod test {
force_filter_selections: false,
enable_page_index: false,
enable_bloom_filter: false,
- enable_row_group_stats_pruning: true,
+ enable_row_group_stats_pruning: false, // note that this is
false!
Review Comment:
Otherwise the test failed because the predicate would successfully prune
based on stats
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]