yihua opened a new issue, #18784: URL: https://github.com/apache/hudi/issues/18784
### Proposal Remove the `hudi-spark3.3.x` module and `spark3.3` Maven profile. After this change, the minimum supported Spark version is 3.4. ### Motivation - Spark 3.3 reached end-of-life upstream. - Maintaining the 3.3 adapter blocks simplifications in the shared Spark glue code. ### Scope - Delete `hudi-spark-datasource/hudi-spark3.3.x/`. - Remove the `spark3.3` profile and `spark33.version` property from the root `pom.xml`. - Drop Spark 3.3 jobs from CI workflows, release scripts, bundle validation, docker, and docs. - Strip `isSpark3_3` / `gteqSpark3_3_2` branches and the `Spark3_3Adapter` fallback in shared code. ### Out of scope (follow-up) Refactoring shared code that is now redundant given the higher minimum Spark version (e.g., merging branches that only existed to fork 3.3 vs. 3.4+). -- 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]
