zjuwangg commented on a change in pull request #17272: URL: https://github.com/apache/flink/pull/17272#discussion_r707865281
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/FlinkStreamRuleSets.scala ########## @@ -159,6 +159,12 @@ object FlinkStreamRuleSets { CoreRules.FILTER_MERGE ) + /** + * RuleSet to extracts sub-condition which can be pushed into join inputs Review comment: ```suggestion * RuleSet to extract sub-condition which can be pushed into join inputs ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org