Skip to content

Commit c7e8257

Browse files
committed
[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]>
1 parent f500ea5 commit c7e8257

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
@@ -93,7 +93,7 @@ jobs:
9393
SPARK_REMOTE: "sc://localhost:15003"
9494
services:
9595
spark:
96-
image: apache/spark:4.1.0-preview2
96+
image: apache/spark:4.1.0-preview3-java21
9797
env:
9898
SPARK_NO_DAEMONIZE: 1
9999
ports:

0 commit comments

Comments
 (0)