paleolimbot opened a new issue, #800:
URL: https://github.com/apache/sedona-db/issues/800

   In https://github.com/apache/sedona-db/pull/799 we enable wraparound 
rectangles in the index and analysis statistics; however, this means that some 
GeoStatistics might have wraparound bounds which will cause the partitioner to 
error. This should be safe in the sense that wraparound bounds error and aren't 
blindly interpreted, and the workaround is to set the memory limit to unlimited 
(i.e., disable the out of core join). To make this work we have to extend 
wraparound intervals to the right or left of -180 or 180 to make the partition 
bounds finite, or possibly something else I haven't considered.


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