RS_Intersects/RS_Contains/RS_Within default a missing CRS on either operand to WGS84. Now that the GeoParquet reader attaches CRSes, CRS-less-but-actually-WGS84 values are much rarer, so this default may do more harm than good — a one-sided-CRS error would surface the mismatch instead of silently assuming a frame.
This tracks the Sedona (Spark) side. The SedonaDB side: apache/sedona-db#1075.
RS_Intersects/RS_Contains/RS_Withindefault a missing CRS on either operand to WGS84. Now that the GeoParquet reader attaches CRSes, CRS-less-but-actually-WGS84 values are much rarer, so this default may do more harm than good — a one-sided-CRS error would surface the mismatch instead of silently assuming a frame.This tracks the Sedona (Spark) side. The SedonaDB side: apache/sedona-db#1075.