dongjoon-hyun opened a new pull request, #498: URL: https://github.com/apache/spark-connect-swift/pull/498
### What changes were proposed in this pull request? This PR aims to add an `Apache Spark 4.3.0` RC1 `MacOS` integration test job, `integration-test-mac-spark43`. - https://dist.apache.org/repos/dist/dev/spark/v4.3.0-rc1-bin/ - https://github.com/apache/spark/releases/tag/v4.3.0-rc1 (2026-08-31) The new job mirrors the existing `integration-test-mac-spark42` job, and additionally verifies the SHA512 checksum of the downloaded binary distribution. ### Why are the changes needed? To be ready for the `Apache Spark 4.3.0` release. ### Does this PR introduce _any_ user-facing change? No. This is a CI-only change. ### How was this patch tested? Pass the CIs, especially the new `integration-test-mac-spark43` job. In addition, this was verified manually on `MacOS` against a local `Apache Spark 4.3.0` RC1 Connect server (`git revision 3db813416c8`) started the same way as the new job: ``` $ SPARK_LOCAL_IP=localhost swift test --no-parallel -c release ... Test run with 426 tests in 40 suites passed. ``` The `TIME(p)` failure surfaced by this local run was fixed separately by SPARK-59155, which this PR is rebased on top of. ### 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]
