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


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinToMultiJoinRule.java:
##########
@@ -532,6 +596,8 @@ private void addJoinKeysByOperand(
                 joinKeys.add(qualifiedName.get(qualifiedName.size() - 1) + "." 
+ fieldName);
             }
         }
+

Review Comment:
   if we construct keys this way, will it work in case of joins on nested 
fields?
   Or do we have any test for  this?



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