umartin commented on PR #772:
URL: https://github.com/apache/sedona/pull/772#issuecomment-1435226458

   I think there was a patch in a point release of Java 11 that changed the 
string representation of floats. For me it fails on Java 11.0.17 although I 
remember it passing on earlier version of Java 11. It the test reads geometries 
from csv files they could be interpreted differently depending on java version.
   
   I remember tweaking some tests in sedona-sql when that change hit me. 
https://github.com/apache/sedona/blob/master/sql/src/test/scala/org/apache/sedona/sql/functionTestScala.scala#L163
   
   The test runs a distance join in RDD with polygons. The Circle geometry is 
only valid for points. Maybe the test can be removed?


-- 
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]

Reply via email to