jnh5y commented on code in PR #25698:
URL: https://github.com/apache/flink/pull/25698#discussion_r1860654915
##########
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:
Separately, I added this one above the last line intentionally so that there
would not be any merge conflicts between the PR and another open at the same
time!
--
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]