paleolimbot opened a new issue, #861: URL: https://github.com/apache/sedona-db/issues/861
While the current logic is correct, it does not make the smallest possible update to the intervals involved (e.g., successively merging a -179 and 179 will result in a non-wraparound interval because it does not know that the wraparound version is smaller than the non-wraparound. https://github.com/apache/sedona-db/blob/d0be89a5e08c10766682a13f61478f67f5496776/rust/sedona-geometry/src/interval.rs#L403-L489 This is used in the statistics/bounding box merging (mostly just in the statistics merging). To do the right thing we need to pass through finite coordinate system bounds when merging these. -- 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]
