gustavodemorais commented on code in PR #26647:
URL: https://github.com/apache/flink/pull/26647#discussion_r2135399626


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/ExecNodeMetadataUtil.java:
##########
@@ -141,6 +142,7 @@ private ExecNodeMetadataUtil() {
                     add(StreamExecIncrementalGroupAggregate.class);
                     add(StreamExecIntervalJoin.class);
                     add(StreamExecJoin.class);
+                    add(StreamExecMultiJoin.class);

Review Comment:
    Oh, yep. I just thought of having it next the regular join. Fixed it 👍 



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to