james-willis opened a new issue, #1075: URL: https://github.com/apache/sedona-db/issues/1075
`RS_Intersects`/`RS_Contains`/`RS_Within` and the raster–vector spatial join currently assume a missing CRS on either operand is WGS84 (EPSG:4326), matching Apache Sedona (Spark). An alternative is to error on a one-sided CRS instead: the WGS84 assumption can silently pick a frame the data isn't actually in, and now that GeoParquet readers attach CRSes, genuinely CRS-less-but-actually-WGS84 data is far less common — so erroring may be the safer default. This tracks the SedonaDB side. The Sedona (Spark) side: <PAIR_URL>. The two should be resolved consistently. -- 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]
