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/18 09:56:29 UTC

[GitHub] aljoscha opened a new pull request #7732: [FLINK-9803] Drop canEqual() from TypeSerializer

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


With regards,
Apache Git Services