notashes commented on issue #20324: URL: https://github.com/apache/datafusion/issues/20324#issuecomment-3894424274
do we need to update the filters for each batch? could we skip the bounds don't change? https://github.com/apache/datafusion/blob/f48dc72220c64420172a90c7aed7dfc3916b311a/datafusion/physical-plan/src/aggregates/no_grouping.rs#L192 @adriangb i think it could be this. we rebuild the pruning predicates for each record batch. https://github.com/apache/datafusion/blob/f48dc72220c64420172a90c7aed7dfc3916b311a/datafusion/pruning/src/file_pruner.rs#L98-L99 -- 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]
