This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push: new 93d527d [SPARK-53570] Update `integration-test-token` to use Spark `4.1.0-preview1` 93d527d is described below commit 93d527db89a1ecba59ccf183b43c03ed733718d6 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Fri Sep 12 16:48:10 2025 -0700 [SPARK-53570] Update `integration-test-token` to use Spark `4.1.0-preview1` ### What changes were proposed in this pull request? This PR aims to use Spark `4.1.0-preview1` during `integration-test-token` GitHub Action job. ### Why are the changes needed? To test with Spark 4.1 related code more. ### Does this PR introduce _any_ user-facing change? No, this is a test infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #238 from dongjoon-hyun/SPARK-53570. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- .github/workflows/build_and_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f46a802..4226988 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -190,9 +190,9 @@ jobs: run: swift test --filter NOTHING -c release - name: Test run: | - curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download - tar xvfz spark-4.0.0-bin-hadoop3.tgz && rm spark-4.0.0-bin-hadoop3.tgz - mv spark-4.0.0-bin-hadoop3 /tmp/spark + curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview1/spark-4.1.0-preview1-bin-hadoop3.tgz?action=download + tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz + mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark cd /tmp/spark/sbin ./start-connect-server.sh cd - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org