[
https://issues.apache.org/jira/browse/FLINK-23583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-23583:
-----------------------------------
Labels: pull-request-available (was: )
> Easy way to remove metadata before serializing row data for connector
> implementations
> -------------------------------------------------------------------------------------
>
> Key: FLINK-23583
> URL: https://issues.apache.org/jira/browse/FLINK-23583
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Ingo Bürk
> Assignee: Ingo Bürk
> Priority: Minor
> Labels: pull-request-available
>
> In FLINK-23537 we made JoinedRowData a public API, which helps when
> developing source connectors with format + metadata.
> However, when implementing a sink connector (with format + metadata), we need
> an equivalent. The connector receives a RowData with appended metadata, but
> needs to pass only the row data without metadata to the SerializationSchema.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)