nuno-faria opened a new pull request, #22085: URL: https://github.com/apache/datafusion/pull/22085
## Which issue does this PR close? - Follow up to #22031. ## Rationale for this change If page index pruning is attempted but fails, report that all rows/pages have matched, instead of returning 0 (see https://github.com/apache/datafusion/pull/22031#discussion_r3193411270). ## What changes are included in this PR? - Track the number of matched rows and pages independently of the result of the predicate pruning. ## Are these changes tested? Existing tests. I'm not sure how to generate Parquet files that trigger this directly. ## Are there any user-facing changes? No. cc: @adriangb @2010YOUY01 -- 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]
