davidradl commented on code in PR #27271:
URL: https://github.com/apache/flink/pull/27271#discussion_r2564406659


##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/optimize/program/FlinkStreamProgram.scala:
##########
@@ -233,22 +233,20 @@ object FlinkStreamProgram {
     }
 
     // multi-join
-    if 
(tableConfig.get(OptimizerConfigOptions.TABLE_OPTIMIZER_MULTI_JOIN_ENABLED)) {

Review Comment:
   I am curious as to effect of removing this if. I would have expected the if 
to say if multi join is enabled in table config or there are hints then we 
should do multi join processing. 



-- 
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]

Reply via email to