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


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecMultiJoin.java:
##########
@@ -81,7 +81,7 @@ public class StreamExecMultiJoin extends ExecNodeBase<RowData>
     private static final String FIELD_NAME_JOIN_TYPES = "joinTypes";
     private static final String FIELD_NAME_JOIN_CONDITIONS = "joinConditions";
     private static final String FIELD_NAME_JOIN_ATTRIBUTE_MAP = 
"joinAttributeMap";
-    private static final String FIELD_NAME_INPUT_UPSERT_KEYS = 
"inputUpsertKeys";
+    private static final String FIELD_NAME_INPUT_UNIQUE_KEYS = 
"inputUniqueKeys";

Review Comment:
   Yes, it is. But that is ok here.
   
   We launched the operator in an experimental state and explicitly stated in 
the docs and release notes that that's the case and optimizations with breaking 
changes are being worked on.



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