dongjoon-hyun opened a new pull request, #365: URL: https://github.com/apache/spark-connect-swift/pull/365
### What changes were proposed in this pull request? This PR aims to add a new GitHub Actions job, `integration-test-ubuntu-spark42`, that runs the Swift Spark Connect client integration test suite against an Apache Spark `4.2.0-preview5` server on Linux/Docker. The new job starts the Spark Connect server from the official `apache/spark:4.2.0-preview5-scala` Docker image with `-c spark.sql.timeType.enabled=true`, mirroring the configuration used by the existing `integration-test-mac-spark42` job. Unlike `integration-test-ubuntu-spark41`, which uses GitHub Actions' `services:` block, this job starts the container explicitly with `docker run -d` because GitHub Actions `services:` does not support passing CMD arguments (such as `-c spark.sql.timeType.enabled=true`) to the entrypoint. ### Why are the changes needed? Currently, Spark `4.2.0-preview5` is only exercised on macOS (`integration-test-mac-spark42`). This PR extends coverage to Linux/Docker, matching the existing pattern where both `integration-test-ubuntu` (4.0.2) and `integration-test-ubuntu-spark41` (4.1.1) accompany their macOS counterparts. This catches Linux/JVM-specific regressions earlier in CI. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs with the newly added test coverage. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 -- 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]
