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 79d1820 [SPARK-54042] Use 4.1.0-preview3 in
`integration-test-(token|mac-spark41)`
79d1820 is described below
commit 79d18208be9a517e059bf4ed22f967513c72205f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 27 14:46:29 2025 -0700
[SPARK-54042] Use 4.1.0-preview3 in `integration-test-(token|mac-spark41)`
### What changes were proposed in this pull request?
This PR aims to use Apache Spark `4.1.0-preview3` in the following test
pipelines.
- `integration-test-token`
- `integration-test-mac-spark41`
### Why are the changes needed?
To update the test coverage with the latest Apache Spark 4.1.0-preview3.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #251 from dongjoon-hyun/SPARK-54042.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 3ce7dae..e25fa03 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -153,9 +153,9 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview2/spark-4.1.0-preview2-bin-hadoop3.tgz?action=download
- tar xvfz spark-4.1.0-preview2-bin-hadoop3.tgz && rm
spark-4.1.0-preview2-bin-hadoop3.tgz
- mv spark-4.1.0-preview2-bin-hadoop3 /tmp/spark
+ curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview3-rc1-bin/spark-4.1.0-preview3-bin-hadoop3.tgz
+ tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm
spark-4.1.0-preview3-bin-hadoop3.tgz
+ mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
./start-connect-server.sh
cd -
@@ -198,9 +198,9 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0-preview2/spark-4.1.0-preview2-bin-hadoop3.tgz?action=download
- tar xvfz spark-4.1.0-preview2-bin-hadoop3.tgz && rm
spark-4.1.0-preview2-bin-hadoop3.tgz
- mv spark-4.1.0-preview2-bin-hadoop3 /tmp/spark
+ curl -LO
https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview3-rc1-bin/spark-4.1.0-preview3-bin-hadoop3.tgz
+ tar xvfz spark-4.1.0-preview3-bin-hadoop3.tgz && rm
spark-4.1.0-preview3-bin-hadoop3.tgz
+ mv spark-4.1.0-preview3-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
./start-connect-server.sh
cd -
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]