snuyanzin commented on code in PR #25698:
URL: https://github.com/apache/flink/pull/25698#discussion_r1860563626


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/ExecNodeMetadataUtil.java:
##########
@@ -183,6 +184,7 @@ private ExecNodeMetadataUtil() {
                     add(BatchExecSortAggregate.class);
                     add(BatchExecSortLimit.class);
                     add(BatchExecWindowTableFunction.class);
+                    add(BatchExecLookupJoin.class);

Review Comment:
   nit: seems for stream it's ordered(almost ordered) and for batch it is not...
   should we have these lists ordered?



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