tzulitai commented on a change in pull request #7818: [FLINK-11740] [core]
Clarify CompositeTypeSerializerSnapshot class signature
URL: https://github.com/apache/flink/pull/7818#discussion_r260106820
##########
File path:
flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/Tuple2CaseClassSerializerSnapshot.java
##########
@@ -48,7 +48,7 @@
@SuppressWarnings("unused")
public Tuple2CaseClassSerializerSnapshot() {
- super(correspondingSerializerClass());
+ super(package$.MODULE$.tuple2ClassForJava());
Review comment:
Makes sense. For this class I'll keep it as is.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services