snuyanzin commented on code in PR #27426:
URL: https://github.com/apache/flink/pull/27426#discussion_r2704365676
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecSink.java:
##########
@@ -217,12 +228,24 @@ public StreamExecSink(
this.inputUpsertKey = inputUpsertKey;
this.stateMetadataList = stateMetadataList;
this.upsertMaterializeStrategy = sinkUpsertMaterializeStrategy;
+ // Keep null to track if ON CONFLICT was explicitly specified
+ this.conflictStrategy = conflictStrategy;
}
@SuppressWarnings("unchecked")
@Override
protected Transformation<Object> translateToPlanInternal(
PlannerBase planner, ExecNodeConfig config) {
+ // TODO: Remove this validation once runtime support for ERROR and
NOTHING is implemented
Review Comment:
should we put a link to jira issue here if any?
--
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]