Skip to content

Commit 3f8f8c8

Browse files
committed
[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. - apache/spark-docker#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]>
1 parent ef5e3fb commit 3f8f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
SPARK_REMOTE: "sc://localhost:15003"
127127
services:
128128
spark:
129-
image: apache/spark:4.1.0-preview1
129+
image: apache/spark:4.1.0-preview2
130130
env:
131131
SPARK_NO_DAEMONIZE: 1
132132
ports:

0 commit comments

Comments
 (0)