zhaorongsheng opened a new issue, #67739: URL: https://github.com/apache/doris/issues/67739
## Background Connector partition pruning can currently materialize a connector-native filtered partition view during logical pruning and then invoke connector filter pushdown again while preparing the physical scan handle. This may repeat the same remote metadata filter request. ## Goal Introduce an explicit connector partition-pruning result that can carry the selected domain, updated connector handle or native metadata, consumed predicates, residual predicates, and an optional total partition count from logical planning into the physical scan. ## Scope The result should avoid repeated remote pruning calls while preserving fallback behavior for unsupported connector dialects and keeping approximate or unsupported predicates as residual filters. -- 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]
