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 eb531c4 [SPARK-55454] Use `4.2.0-preview2` for Spark 4.2 integration
tests
eb531c4 is described below
commit eb531c453f1039356adef4c1e60976ec33bb8542
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Feb 9 10:39:48 2026 -0800
[SPARK-55454] Use `4.2.0-preview2` for Spark 4.2 integration tests
### What changes were proposed in this pull request?
This PR aims to use `4.2.0-preview2` for Spark 4.2 integration tests.
### Why are the changes needed?
To use the latest version for testing.
- https://github.com/apache/spark/releases/tag/v4.2.0-preview2
### 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?
Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
Closes #288 from dongjoon-hyun/SPARK-55454.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.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 cc0bb92..90b8dda 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -146,9 +146,9 @@ jobs:
run: swift test --filter NOTHING -c release
- name: Test
run: |
- curl -LO
https://www.apache.org/dyn/closer.lua/spark/spark-4.2.0-preview1/spark-4.2.0-preview1-bin-hadoop3.tgz?action=download
- tar xvfz spark-4.2.0-preview1-bin-hadoop3.tgz && rm
spark-4.2.0-preview1-bin-hadoop3.tgz
- mv spark-4.2.0-preview1-bin-hadoop3/ /tmp/spark
+ curl -LO
https://www.apache.org/dyn/closer.lua/spark/spark-4.2.0-preview2/spark-4.2.0-preview2-bin-hadoop3.tgz?action=download
+ tar xvfz spark-4.2.0-preview2-bin-hadoop3.tgz && rm
spark-4.2.0-preview2-bin-hadoop3.tgz
+ mv spark-4.2.0-preview2-bin-hadoop3/ /tmp/spark
cd /tmp/spark/sbin
./start-connect-server.sh -c spark.sql.timeType.enabled=true
cd -
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]