igalshilman commented on a change in pull request #7818: [FLINK-11740] [core]
Clarify CompositeTypeSerializerSnapshot class signature
URL: https://github.com/apache/flink/pull/7818#discussion_r259842918
##########
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:
I don't want to nitpick here, but I think it was more readable they way it
was before.
----------------------------------------------------------------
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