uros-db opened a new pull request, #54325: URL: https://github.com/apache/spark/pull/54325
### What changes were proposed in this pull request? Implement geospatial data output display in Extended Well-Known Text (EWKT) format and add the appropriate geospatial type mapping in Hive Thrift Server. ### Why are the changes needed? Display Geometry and Geography values in a human-readable format, which allows projecting geospatial data in Spark SQL and Thrift Server. ### Does this PR introduce _any_ user-facing change? Yes, geospatial data is now displayed using EWKT. ### How was this patch tested? - Unit tests for WKT/EWKT writing from geo catalyst classes and STUtils class. - HiveResult unit tests for standalone and nested geometry/geography formatting. - SparkExecuteStatementOperation unit tests for thrift server type mapping. - RandomDataGenerator unit test for generating random geospatial data. - End-to-end SQL golden file tests for geospatial result set display. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
