dongjoon-hyun opened a new pull request, #569: URL: https://github.com/apache/spark-connect-swift/pull/569
### What changes were proposed in this pull request? This PR aims to add a new GitHub Actions job, `integration-test-mac-spark42-swift64`, which runs the integration test suite with Swift 6.4 against Apache Spark 4.2.0. The new job is identical to the existing `integration-test-mac-spark42` job except for the following: - It runs on the `xcode-27` runner, like `build-macos-26-swift64`. - It has no `Select Xcode 26.6` step because the `xcode-27` runner uses Swift 6.4 by default. ### Why are the changes needed? [Swift 6.4.0](https://github.com/swiftlang/swift/releases/tag/swift-6.4.0-RELEASE) (2026-09-15) has been released. Currently, CI only builds with Swift 6.4 (`build-macos-26-swift64` and `build-ubuntu-swift64`), and all integration tests run with Swift 6.3. This PR prepares for raising the minimum Swift version to 6.4 later by running the integration tests with Swift 6.4 too. ### Does this PR introduce _any_ user-facing change? No. This is a test-only CI change. ### How was this patch tested? Pass the CIs with the newly added `integration-test-mac-spark42-swift64` job. In addition, I ran the tests manually with Xcode 27 (Swift 6.4) against an Apache Spark 4.2.0 server started with `-c spark.sql.timeType.enabled=true`. All 658 tests in 63 suites passed. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 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]
