petern48 opened a new pull request, #216:
URL: https://github.com/apache/sedona-db/pull/216

   Previously, we've been using the Intersects filter for ST_Equals. This PR 
updates the SpatialFilter to use the Covers predicate for ST_Equals instead, 
which is more restrictive and should prune more data.
   
   Continues to pass existing integration 
[test](https://github.com/petern48/sedona-db/blob/6fec5dcca25dfdf34636e800fc1ee6476f3c90b3/python/sedonadb/tests/io/test_parquet.py#L70-L74)
 that checks that we return the same non-empty result as the equivalent 
geopandas query.


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