Jackie-Jiang opened a new pull request, #14523: URL: https://github.com/apache/pinot/pull/14523
Customize the following 2 rules to not push down filters/transforms for lookup JOIN: - `CoreRules.FILTER_INTO_JOIN` and `CoreRules.JOIN_CONDITION_PUSH`: Do not push down filter to right table, but allow pushing down to left table - `CoreRules.PROJECT_JOIN_TRANSPOSE`: Disable the rule for lookup JOIN TODO: Allow transpose to left table in `CoreRules.PROJECT_JOIN_TRANSPOSE` -- 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]
