absurdfarce commented on PR #2093: URL: https://github.com/apache/cassandra-java-driver/pull/2093#issuecomment-4918794866
I'm actually not super-concerned about that @hiSandog for reasons [cited in the code itself](https://github.com/apache/cassandra-java-driver/blob/4.19.3/core/src/main/java/com/datastax/dse/driver/internal/core/data/geometry/DefaultGeometry.java#L182-L190). We use ESRI Geometry objects for hashCode() which will keep us consistent so long as we use those same objects for equality comparisons. -- 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]

