aljoscha opened a new pull request #7732: [FLINK-9803] Drop canEqual() from TypeSerializer URL: https://github.com/apache/flink/pull/7732 ## What is the purpose of the change This change removes `TypeSerializer.canEqual()` because it is not useful on that class hierachy. Serializers can only `equal()` on an exact match, not with different serializers up and down the hierarchy. ## Verifying this change This is covered by existing tests. We simply remove the method in the interface and all subclasses.
---------------------------------------------------------------- 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
