Skip to content

Commit 18631d3

Browse files
committed
[SPARK-54428] Upgrade Spark to 4.1.0-preview4
### What changes were proposed in this pull request? This PR aims to upgrade Spark to `4.1.0-preview4`. ### Why are the changes needed? To use the latest bug fixed versions and be ready for upcoming Apache Spark 4.1.0. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #418 from dongjoon-hyun/SPARK-54428. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 697229b commit 18631d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fabric8 = "7.4.0"
1919
lombok = "1.18.42"
2020
operator-sdk = "5.1.4"
2121
dropwizard-metrics = "4.2.33"
22-
spark = "4.1.0-preview3"
22+
spark = "4.1.0-preview4"
2323
log4j = "2.24.3"
2424
slf4j = "2.0.17"
2525

0 commit comments

Comments
 (0)