yjshen commented on a change in pull request #2048:
URL: https://github.com/apache/arrow-datafusion/pull/2048#discussion_r831228639
##########
File path: datafusion/tests/parquet_pruning.rs
##########
@@ -262,7 +262,7 @@ async fn prune_int32_scalar_fun() {
println!("{}", output.description());
// This should prune out groups with error, because there is not col to
// prune the row groups.
- assert_eq!(output.predicate_evaluation_errors(), Some(1));
+ assert_eq!(output.predicate_evaluation_errors(), Some(4));
Review comment:
We are evaluating the filter for each row group now. I think it's an
expected change for evaluation errors.
--
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]