tkaymak opened a new pull request, #38255:
URL: https://github.com/apache/beam/pull/38255
Addresses #36841. Replaces #38212.
Builds on the shared base + per-version overrides plumbing introduced in
#38233 (merged). With that in place, Spark 4 support is reduced to:
- 11 genuine Java override files under `runners/spark/4/src/` (no
duplication of files that match the Spark 3 baseline)
- Build wiring: `runners/spark/4/build.gradle`, job-server module, container
Dockerfile
- Small Scala 2.12/2.13 compatibility tweaks to 7 files in the shared base
under `runners/spark/src/`
- `gradle.properties`: `spark_versions=3,4`
- CI: PreCommit + PostCommit Spark 4 workflows
The diff is intentionally surgical compared to #38212, which predated the
refactor and duplicated the entire Spark 3 source tree.
cc @Abacn — this is the slim follow-up we discussed.
------------------------
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution quickly and easily:
- [X] Mention the appropriate issue in your description (for example:
`addresses #123`), if applicable. This will automatically add a link to the
pull request in the issue. If you would like the issue to automatically close
on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
- [X] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
See the [Contributor Guide](https://beam.apache.org/contribute) for more
tips on [how to make review process
smoother](https://github.com/apache/beam/blob/master/CONTRIBUTING.md#make-the-reviewers-job-easier).
--
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]