jiayuasu opened a new pull request, #1653: URL: https://github.com/apache/sedona/pull/1653
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest-snapshot/community/develop/) ## Is this PR related to a JIRA ticket? - Yes, the URL of the associated JIRA ticket is https://issues.apache.org/jira/browse/SEDONA-668. The PR name follows the format `[SEDONA-668] my subject`. ## What changes were proposed in this PR? Apache Spark has officially announced the EOL of Spark 3.0, 3.1, and 3.2 long time ago. It has been a huge overhead for us to support Sedona on all these versions. We will drop the support of Spark 3.0, 3.1, and 3.2 Here is a summary of current Spark versions on major Spark hosting services | | Spark 3.0 | Spark 3.1 | Spark 3.2 | Spark 3.3 | |-------------------|---------------|-------------------|------------------|-------------------| | Databricks | EOL | Dec 19, 2024 | Mar 18, 2025 | Mar 1, 2026 | | AWS Glue | EOL | Unknown, Glue 3.0 | N/A | Unknown, Glue 4.0 | | AWS EMR | July 24, 2025 | July 24, 2025 | January 25, 2026 | January 25, 2026 | | Microsoft Fabric | EOL | EOL | EOL | Unknown | | Microsoft Synapse | EOL | EOL | EOL | 3/31/2025 | | Google Dataproc | EOL | EOL | N/A | 2024/12/31 | This PR did the following: * Removed all customized code for Spark 3.0, 3.1, 3.2 * Updated the doc * Remove Spark 3.0, 3.1, 3.2 tests ## How was this patch tested? ## 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: dev-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org