manuzhang opened a new pull request, #4399:
URL: https://github.com/apache/datafusion-comet/pull/4399

   ## Which issue does this PR close?
   
   Closes #4380.
   
   ## Rationale for this change
   
   Spark 4.1 support should track the latest Spark 4.1 patch release. This 
updates
   Comet's Spark 4.1 build, test, Docker, and documentation references from 
Spark
   4.1.1 to Spark 4.1.2.
   
   ## What changes are included in this PR?
   
   - Bumps the Spark 4.1 Maven profile and default Spark version to 4.1.2.
   - Updates Spark SQL CI to run against Spark 4.1.2.
   - Replaces the Spark SQL test patch from `dev/diffs/4.1.1.diff` with
     `dev/diffs/4.1.2.diff` generated from Spark `v4.1.2`.
   - Updates Kubernetes Docker image tags and user/contributor documentation
     references.
   
   ## How are these changes tested?
   
   - `git apply --check 
/Users/manuzhang/git/datafusion-comet/dev/diffs/4.1.2.diff`
     against a clean Spark `v4.1.2` checkout.
   - `./mvnw -B install -DskipTests -Dmaven.test.skip=true -Pspark-4.1`
   - `rg -n "4\\.1\\.1" .` with historical changelog and generated-output
     exclusions.
   
   Note: the local pre-commit hook was attempted but its Spark 4.1 scalafix 
phase is
   blocked by the known unpublished `semanticdb-scalac_2.13.17` artifact; the
   targeted Spark 4.1 Maven build above passed.
   


-- 
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]

Reply via email to