suryaprasanna opened a new pull request, #18956: URL: https://github.com/apache/hudi/pull/18956
### Describe the issue this Pull Request addresses Closes #18917 Reverts #18786, which dropped Apache Spark 3.3 integration support. Per the discussion on #18917, Spark 3.3 support is being reintroduced. ### Summary and Changelog - Reverts commit `facb517ef957` (`feat(spark): Drop Apache Spark 3.3 integration support (#18786)`). - Restores the `hudi-spark-datasource/hudi-spark3.3.x` module, the `spark33.version` property, and the `spark3.3` Maven profile in the root `pom.xml`. - Restores Spark 3.3 entries in CI workflows (`.github/workflows/bot.yml`, `maven_artifact_validation.yml`, `release_candidate_validation.yml`), `.asf.yaml` required status checks, `packaging/bundle-validation/` scripts, and `scripts/release/validate_staged_bundles.sh`. - Merge conflicts were resolved to preserve subsequent changes (Spark 4.x rows, Flink 2.1 promotion, dropped legacy entries) while bringing the Spark 3.3 rows back. ### Impact Reintroduces Spark 3.3 as a supported runtime. No public Hudi APIs change; users on Spark 3.3 regain a supported build/bundle path. ### Risk Level low Pure revert of a recent removal commit, with conflict resolution limited to keeping later additions intact alongside the restored Spark 3.3 references. ### Documentation Update none ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable -- 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]
