stevenzwu commented on code in PR #12527:
URL: https://github.com/apache/iceberg/pull/12527#discussion_r2003985770
##########
flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/sink/shuffle/StatisticsOrRecordTypeInformation.java:
##########
@@ -79,11 +78,6 @@ public TypeSerializer<StatisticsOrRecord>
createSerializer(SerializerConfig conf
return new StatisticsOrRecordSerializer(globalStatisticsSerializer,
recordSerializer);
}
- @Override
- public TypeSerializer<StatisticsOrRecord> createSerializer(ExecutionConfig
config) {
Review Comment:
isn't serializer a key part of type information? what's the alternative?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]