paleolimbot commented on issue #709: URL: https://github.com/apache/sedona-db/issues/709#issuecomment-4060655697
Thanks for opening! There's one other case we know about too: Contains(`GEOMETRYCOLLECTION (POINT (0 0), LINESTRING (0 0, 0 1))`, `POINT (0 0)`) should evaluate to false, but actually evaluates to true ( https://github.com/tidwall/tg/issues/20 ). We use tg to evaluate predicates because it's faster and because it has a thread-safe prepared geometry (the same reason why DuckDB's DWithin is faster). I'll add this one to that issue and see if we can fix upstream. -- 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]
