Ingo Bürk created FLINK-23583:
---------------------------------
Summary: 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
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)