snuyanzin commented on code in PR #21934: URL: https://github.com/apache/flink/pull/21934#discussion_r1109781704
########## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/calcite/FlinkLogicalRelFactories.scala: ########## @@ -174,6 +174,7 @@ object FlinkLogicalRelFactories { def createCorrelate( left: RelNode, right: RelNode, + hints: util.List[RelHint], Review Comment: This change came from https://issues.apache.org/jira/browse/CALCITE-4967 -- 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