james-willis opened a new pull request, #1237: URL: https://github.com/apache/sedona-db/pull/1237
Probe-first parity for RS_Intersects, RS_Contains, and RS_Within, one module per function. Geometry inputs use ST_GeomFromWKT as the merged zonal suite established; every output is a raw boolean, anchored — contained, overlapping, disjoint, and covering geometries all agree across engines. The geometry-returning accessors (RS_Envelope, RS_ConvexHull, RS_PixelAs*) are deliberately not here: raw geometry columns defeat the harness's tuple stringifier on both engines (SedonaDB geoarrow struct, Spark WKB), and wrapping RS outputs in ST_ machinery would make the tests depend on ST_ parity — they wait for a geometry-aware compare path. `3 passed`; CI runs the parity lane. -- 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]
