stoty commented on PR #6685: URL: https://github.com/apache/hbase/pull/6685#issuecomment-2653465308
> +1 for now. > > I'm not very familiar with the serialization framework we use here, are there any ways to not use the equals method? No, equals is the whole and only point of this class. The framework never calls hashCode, we've had a long discussion about this on the original PR, and supression was best solution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
