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 c7e8257 [SPARK-54105] Update `integration-test-ubuntu-spark41` to use
Spark `4.1.0-preview3-java21`
c7e8257 is described below
commit c7e8257fcdc2c71f162f3a8dee1f972123e84b16
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Oct 30 22:38:17 2025 -0700
[SPARK-54105] Update `integration-test-ubuntu-spark41` to use Spark
`4.1.0-preview3-java21`
### What changes were proposed in this pull request?
This PR aims to update `integration-test-ubuntu-spark41` to use Spark
`4.1.0-preview3-java21`.
### Why are the changes needed?
To have the latest Spark 4.1.0-preview3 Linux test coverage.
### 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 #259 from dongjoon-hyun/SPARK-54105.
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 a1fdf0b..3fb4c1d 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -93,7 +93,7 @@ jobs:
SPARK_REMOTE: "sc://localhost:15003"
services:
spark:
- image: apache/spark:4.1.0-preview2
+ image: apache/spark:4.1.0-preview3-java21
env:
SPARK_NO_DAEMONIZE: 1
ports:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]