Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, we have createTypeInformation on DynamicTableSource#Context, but not on DynamicTableSink#Context.
In some sink connectors, we need to buffer the RowData and flush at some interval. So we need to copy the RowData if object reuse is enabled, then the internal TypeInformation is needed to get the RowData TypeSerializer#copy.
Attachments
Issue Links
- links to