[
https://issues.apache.org/jira/browse/FLINK-36735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910827#comment-17910827
]
Alexander Fedulov commented on FLINK-36735:
-------------------------------------------
[~jark] [~luoyuxia] since there are no open PRs for the fix and we are
finalizing 1.20.1 I am moving this to the next patch release.
Please let me know if you still want to target 1.20.1 for the fix.
> SupportsRowLevelUpdate gives sink only the values of required columns when
> specifying RowLevelUpdateInfo#requiredColumns
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-36735
> URL: https://issues.apache.org/jira/browse/FLINK-36735
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Jark Wu
> Assignee: luoyuxia
> Priority: Critical
> Fix For: 1.20.1
>
>
> When {{RowLevelUpdateInfo#requiredColumns}} is specified to some columns
> (e.g., primary keys), sink function expects to receive the columns values
> including both the updated columns and primary key column. But sink function
> only receives the values of primary key columns, which makes update
> impossible without the updated columns.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)