xuyang created FLINK-36998: ------------------------------ Summary: The RowKind of data about globalUpsertResult is different in KeyedUpsertingSinkFunction while being inserted or be restored Key: FLINK-36998 URL: https://issues.apache.org/jira/browse/FLINK-36998 Project: Flink Issue Type: Bug Components: Table SQL / Planner Reporter: xuyang
Take a row data with RowKind +U as an example: When inserting this data into sink by #invoke, the row kind is set to +I. However when this data is restored from globalRawResult, the row kind is +U. -- This message was sent by Atlassian Jira (v8.20.10#820010)