godfreyhe commented on a change in pull request #10174: 
[FLINK-14625][table-planner-blink] Add a rule to eliminate cross join as much 
as possible without statistics
URL: https://github.com/apache/flink/pull/10174#discussion_r346289308
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/optimize/program/FlinkStreamProgram.scala
 ##########
 @@ -205,4 +217,17 @@ object FlinkStreamProgram {
 
     chainedProgram
   }
+
+  object JoinReorderMode extends Enumeration {
 
 Review comment:
   duplicate with `FlinkBatchProgram#JoinReorderMode`, unify them into one and 
move it to a common package

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to