You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/25 14:21:25 UTC

[GitHub] igalshilman commented on a change in pull request #7818: [FLINK-11740] [core] Clarify CompositeTypeSerializerSnapshot class signature

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:
users@infra.apache.org


With regards,
Apache Git Services