jiayuasu opened a new pull request, #2564: URL: https://github.com/apache/sedona/pull/2564
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - Yes, and the PR name follows the format `[GH-2547] my subject`. Closing #2547 ## What changes were proposed in this PR? This pull request standardizes aggregate geometry function names by introducing _Agg aliases to replace _Aggr across Flink Spark and Snowflake. The original _Aggr functions are deprecated but remain available to preserve existing usage. Documentation and tests are updated to reflect and validate the new aliases. Summary of changes • Added _Agg aliases for ST_Envelope, ST_Intersection, and ST_Union across Flink Snowflake and Spark Python wrappers • Marked _Aggr variants as deprecated while keeping them functional • Updated SQL Flink and Snowflake docs to use _Agg and refreshed all examples • Added Java and Python tests to ensure identical behavior between _Agg and _Aggr • Cleaned up remaining documentation references for consistency These updates improve API consistency and usability while maintaining compatibility with existing code. ## How was this patch tested? Passed existing unit tests and added new test cases ## Did this PR include necessary documentation updates? - Yes, I have updated the documentation. -- 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]
