dawidwys commented on a change in pull request #6711: [FLINK-9377] [core, state
backends] Remove serializers from checkpoints
URL: https://github.com/apache/flink/pull/6711#discussion_r223324434
##########
File path:
flink-scala/src/main/scala/org/apache/flink/api/scala/typeutils/EnumValueSerializer.scala
##########
@@ -160,7 +160,7 @@ object EnumValueSerializer {
// read null from input stream
InstantiationUtil.deserializeObject(inViewWrapper,
getUserCodeClassLoader)
enumConstants = List()
- } else if (getReadVersion ==
ScalaEnumSerializerConfigSnapshot.VERSION) {
+ } else if (getReadVersion >=
ScalaEnumSerializerConfigSnapshot.VERSION) {
Review comment:
Isn't it leftover?
----------------------------------------------------------------
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