Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.20.0
-
None
-
None
Description
Currently DynamicKafkaRecordSerializationSchema strips all but the requested physical columns and only passes projected physical rows to the formats and serializers.
This issue proposes supporting passing metadata from KafkaDynamicSink / DynamicTableSink to the EncodingFormat, so that Formats can take the metadata columns as input and process them.