Ingo Bürk created FLINK-23537: --------------------------------- Summary: Easy way to append metadata to deserialized row data for connector implementations Key: FLINK-23537 URL: https://issues.apache.org/jira/browse/FLINK-23537 Project: Flink Issue Type: Bug Components: Table SQL / API Affects Versions: 1.14.0 Reporter: Ingo Bürk Assignee: Ingo Bürk
When implementing a Table API connector which supports formats and metadata, implementors need to append the metadata to the produced phyiscal row. However, Flink currently offers no easy way of doing this naturally arising task. We do have JoinedRowData, which is marked as internal. We should make sure it is properly tested and documented and then make it public. -- This message was sent by Atlassian Jira (v8.3.4#803005)