igalshilman commented on issue #7732: [FLINK-9803] Drop canEqual() from TypeSerializer URL: https://github.com/apache/flink/pull/7732#issuecomment-464707879 All and all, 👍 for removing dead code. There might be a slight potential issue with `InstantSerializer` since it does not define a `serialVersionUID` and removing the `canEqual` will change the auto generated value. Can you please add to `InstantSeiralizer`: `private static final long serialVersionUID = -4131715684999061277L;` Guess we'll have to wait for Travis, but other than that LGTM.
---------------------------------------------------------------- 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
