jnh5y commented on code in PR #25698:
URL: https://github.com/apache/flink/pull/25698#discussion_r1860653880
##########
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:
I'd like to sort the list at the end when I am merging the last few PRs for
the present group of tickets. Would that be ok?
--
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]