paleolimbot opened a new issue, #715: URL: https://github.com/apache/sedona-db/issues/715
Currently we do not prune any `ST_Intersects(geography, <literal>)` expression: https://github.com/apache/sedona-db/blob/e49dcc182d4a15536ad8dc0a1a3c3dafe9c90086/rust/sedona-expr/src/spatial_filter.rs#L479-L490 We'll need to support this for effective querying of GeoParquet/Parquet files with geography types! Briefly, I believe this requires exposing a suitable bounder from sedona-s2geography (it is basically getting an S2Region and then getting the latlngrect bounds). We may have to allow setting a geography bounding engine of some kind as a static global to avoid complicating the dependency structure. -- 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]
