dongjoon-hyun opened a new pull request, #438:
URL: https://github.com/apache/spark-connect-swift/pull/438

   ### What changes were proposed in this pull request?
   
   This PR aims to use the `apache/spark:4.2.0-scala-java25` GA image instead 
of `apache/spark:4.2.0-preview5-scala` for Spark 4.2 integration tests. In 
addition, this PR removes the remaining `preview` image reference from 
`AGENTS.md` and the `preview`-version runtime guard from `DataFrameTests`.
   
   ### Why are the changes needed?
   
   Apache Spark 4.2.0 GA Docker images are published on Docker Hub. We should 
test against the GA image (with Java 25) instead of the outdated `preview5` 
image.
   
   - https://hub.docker.com/r/apache/spark/tags?name=4.2.0-scala-java25
   
   Since we no longer test against `preview` versions, the `preview` runtime 
guard in `nearestByJoin` test is not needed anymore.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a test infrastructure and documentation change.
   
   ### How was this patch tested?
   
   Pass the CIs, especially `integration-test-ubuntu-spark42` job.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


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