Kontinuation opened a new pull request, #629: URL: https://github.com/apache/sedona-db/pull/629
## Summary - Fix inconsistent NULL handling in `ST_SetSRID` and `ST_SetCRS`: scalar NULL SRID/CRS now returns NULL geometry instead of preserving the geometry with CRS unset, matching the existing array NULL behavior and standard SQL NULL propagation semantics. - Extract shared `invoke_set_crs()` helper to deduplicate identical logic between `STSetSRID` and `STSetCRS` kernels. - Update Rust unit tests and Python integration test to reflect the corrected behavior. -- 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]
