hiSandog commented on PR #2093: URL: https://github.com/apache/cassandra-java-driver/pull/2093#issuecomment-4849794269
For the geometry equality fix, it would be useful to cover `hashCode` and cross-subclass comparisons in the same test area. Equality bugs often reappear when two subclasses share identical coordinates but should not compare equal as domain types. A null/empty geometry case would also help document the intended behavior. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

