[
https://issues.apache.org/jira/browse/FLINK-36735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18073925#comment-18073925
]
Sergey Nuyanzin commented on FLINK-36735:
-----------------------------------------
[~jark] [~luoyuxia] I am preparing the 1.20.4 patch release, and there is no PR
yet, so I moved it to the next patch release. Thanks!
> 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.4
>
>
> 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)