Skip to content

Commit e32bb0d

Browse files
committed
[SPARK-54082] Upgrade Spark to 4.1.0-preview3
### What changes were proposed in this pull request? This PR aims to upgrade Spark to `4.1.0-preview3`. ### Why are the changes needed? Apache Spark 4.1.0-preview3 arrived. - https://spark.apache.org/docs/4.1.0-preview3/ - https://archive.apache.org/dist/spark/spark-4.1.0-preview3/ ### Does this PR introduce _any_ user-facing change? To be ready to use the latest Apache Spark 4.1.0 features. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #409 from dongjoon-hyun/SPARK-54082. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d171f17 commit e32bb0d

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-preview2"
22+
spark = "4.1.0-preview3"
2323
log4j = "2.24.3"
2424
slf4j = "2.0.17"
2525

0 commit comments

Comments
 (0)