paleolimbot commented on issue #473: URL: https://github.com/apache/sedona-db/issues/473#issuecomment-3704363743
That definitely seems like an improvement over the workarounds we have now...the "empty point within a collection" corner case is pretty rare in the real world and I think it's OK to not support it and see if anybody ever asks. The system that @Kontinuation devised (geo-generic-alg) for rewriting algorithms to support geo-traits is probably what we should actually lean into if we seriously use more geo algorithms because it's much faster for most things (no copies). Because it's using geo-traits and is sort of a fork of the original can fix the behaviour to match PostGIS (even for the weird empties). -- 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]
