uros-db opened a new pull request, #54193: URL: https://github.com/apache/spark/pull/54193
### What changes were proposed in this pull request? Implement Geography coordinate validation in WKB parser: - Longitude must be between -180 and 180 (inclusive). - Latitude must be between -90 and 90 (inclusive). ### Why are the changes needed? Enable Geography parsing from WKB. ### Does this PR introduce _any_ user-facing change? Yes, Geography coordinate values are now limited to the supported ranges for longitude and latitude. ### How was this patch tested? Added new unit tests. ### Was this patch authored or co-authored using generative AI tooling? Yes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
