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 3f8f8c8 [SPARK-53763] Update `integration-test-ubuntu-spark41` to use
Spark `4.1.0-preview2`
3f8f8c8 is described below
commit 3f8f8c8db5c31a249e1ae11d5211bd06e865cac0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 30 12:11:42 2025 -0700
[SPARK-53763] Update `integration-test-ubuntu-spark41` to use Spark
`4.1.0-preview2`
### What changes were proposed in this pull request?
This PR aims to update `integration-test-ubuntu-spark41` to use Spark
`4.1.0-preview2`.
### Why are the changes needed?
Since `4.1.0-preview2` image was published yesterday, we had better use it.
- https://github.com/apache/spark-docker/pull/96
### 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 #247 from dongjoon-hyun/SPARK-53763.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 74fae47..3ce7dae 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -126,7 +126,7 @@ jobs:
SPARK_REMOTE: "sc://localhost:15003"
services:
spark:
- image: apache/spark:4.1.0-preview1
+ image: apache/spark:4.1.0-preview2
env:
SPARK_NO_DAEMONIZE: 1
ports:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]