davidradl commented on code in PR #27005:
URL: https://github.com/apache/flink/pull/27005#discussion_r2359453305


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/MultiJoinTestPrograms.java:
##########
@@ -1144,4 +1144,98 @@ public class MultiJoinTestPrograms {
                                     + "FROM UsersNullSafe u "
                                     + "INNER JOIN OrdersNullSafe o ON 
u.user_id IS NOT DISTINCT FROM o.user_id")
                     .build();
+
+    public static final TableTestProgram 
MULTI_JOIN_CONDITIONS_MATERIALIZATION_NEXMARK_AGGREGATION =

Review Comment:
   nit: I am curious why it is called Nexmark aggregation.



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