BiteTheDDDDt commented on PR #65853: URL: https://github.com/apache/doris/pull/65853#issuecomment-5035012709
Simplified the implementation in `a45328369b1`: - Removed the added partition-column/SlotId state from `RuntimeFilter` and both translator paths. - Reused the runtime filter's existing translated target expression in `OlapScanNode` to obtain the exact target SlotId. - Kept only the bound `defineExpr` / `SlotRef` base-column lineage check in the classifier and scan boundary serialization. - The final production diff is limited to `RuntimeFilterPartitionPruneClassifier` and `OlapScanNode`. Revalidated after simplification: 9 focused FE tests passed, full FE build and Checkstyle passed, and the 9333 regression suite passed with 3 of 4 partitions pruned in the synchronous-MV case. -- 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]
