When I configure distribution-mode=RANGE in the flink task, the task can process the data as expected, but the processing speed is insufficient. Like #7393, there is a serialization problem.
Change part
Add StatisticsOrRecordTypeInformation and specify it as outTypeInfo
add test org.apache.iceberg.flink.sink.shuffle.TestStatisticsOrRecordTypeInformation
background
When I configure distribution-mode=RANGE in the flink task, the task can process the data as expected, but the processing speed is insufficient. Like #7393, there is a serialization problem.
Change part
StatisticsOrRecordTypeInformation
and specify it asoutTypeInfo
org.apache.iceberg.flink.sink.shuffle.TestStatisticsOrRecordTypeInformation