uros-db opened a new pull request, #54414: URL: https://github.com/apache/spark/pull/54414
### What changes were proposed in this pull request? Adds a public `toWKT` method in `GeometryModel` to separate concerns from `toString`. ### Why are the changes needed? This way, callers can have a clearly defined way to obtain the WKT geo value representation. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Updates all WKT writer tests to call `toWKT()` directly. ### 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]
