ajaypadwal73 commented on PR #1042:
URL: https://github.com/apache/sedona-db/pull/1042#issuecomment-4928960913

   Thanks! I reworked this to follow the covers + interior-intersection shape 
you suggested instead of the earlier point-only special case.
   
   The updated path now requires collection contains to pass covers first, then 
checks for an interior hit against flattened point, line, and polygon targets. 
I also added the related PostGIS/GEOS cases you listed to both the Python SQL 
predicate tests and the low-level sedona-tg Rust predicate tests.
   
   Reran:
   - `cargo test -p sedona-tg`
   - `cargo test -p sedona-tg predicates -- --nocapture`
   - `cargo fmt --check --package sedona-tg`
   - `git diff --check`


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