gustavodemorais commented on code in PR #26880:
URL: https://github.com/apache/flink/pull/26880#discussion_r2260219981
##########
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:
Good observation! Done 👍
--
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]