zhuqi-lucas commented on PR #22450: URL: https://github.com/apache/datafusion/pull/22450#issuecomment-4705710247
All three done: - Tightened the `RowGroupPruner` gate to `DynamicFilterTracking::classify == Watching` so static predicates don't pay for runtime re-pruning. - Comment pass — `snapshot_generation` reference dropped, multi-decoder / split-runs language replaced with the single-decoder + `into_builder` flow throughout `push_decoder.rs`, `source.rs`, `opener/mod.rs`, `decoder_projection.rs`. - PR description rewritten to match the final design. - Restacked the branch into a single atomic commit (`ef23530f9`). Ready for another look. -- 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]
