yujun777 commented on PR #62742: URL: https://github.com/apache/doris/pull/62742#issuecomment-4622369725
Reply to review: the `PushDownFilterThroughSetOperation` change uses an explicit `allConjunctsPushable` flag instead of relying on reference equality. The old code happened to work because the UNION ALL branch reused the original set instance, but that dependency was implicit and brittle. Making the condition explicit is safer and self-documenting. -- 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]
