twalthr commented on code in PR #20555:
URL: https://github.com/apache/flink/pull/20555#discussion_r944117459


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/processor/MultipleInputNodeCreationProcessor.java:
##########
@@ -443,7 +443,7 @@ static boolean isChainableSource(ExecNode<?> node, 
ProcessorContext context) {
             // this is OK because sources do not have any input so the 
transformation will never
             // change.
             Transformation<?> transformation =
-                    
node.translateToPlan(Preconditions.checkNotNull(context).getPlanner());
+                    
node.translateToPlan(Preconditions.checkNotNull(context).getPlanner(), false);

Review Comment:
   This is just a `isChainableSource` check, the actual content of this flag 
does not matter at this location. Also this class is only used for batch.



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