andygrove opened a new pull request, #4140: URL: https://github.com/apache/datafusion-comet/pull/4140
## Summary - Changes the default Maven build profile from Spark 3.5 / Scala 2.12 to Spark 4.0 / Scala 2.13 - Updates `spark-3.4` and `spark-3.5` profiles to explicitly set `scala.binary.version=2.12`, `shims.majorVerSrc=spark-3.x`, and `semanticdb.version=4.8.8` (previously inherited from defaults) - Populates the `scala-2.12` profile with explicit properties and empties `scala-2.13` (now matches defaults) - Removes FIXME comment from `spark-4.0` profile - Updates Dockerfile and Docker publish workflow to Spark 4.0 / Scala 2.13 / JDK 17 - Updates all user guide and contributor guide documentation to reflect the new defaults ## Which issue does this PR close? N/A ## Test plan - [ ] Verify `./mvnw compile -pl common -DskipTests` builds with Spark 4.0 by default - [ ] Verify `./mvnw compile -pl common -DskipTests -Pspark-3.5` still builds with Spark 3.5 - [ ] Verify `./mvnw compile -pl common -DskipTests -Pspark-3.4` still builds with Spark 3.4 - [ ] CI passes for all supported Spark versions 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
