dongjoon-hyun opened a new pull request, #754: URL: https://github.com/apache/spark-kubernetes-operator/pull/754
### What changes were proposed in this pull request? This PR aims to upgrade Apache Spark to 4.2.0. ### Why are the changes needed? Apache Spark 4.2.0 is released officially. - https://github.com/apache/spark/releases/tag/v4.2.0 - https://spark.apache.org/docs/4.2.0/ - https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.13/4.2.0/ Since Apache Spark 4.2.0, the `leveldbjni` transitive dependency group has changed from `org.fusesource.leveldbjni` to `org.openlabtesting.leveldbjni`. This PR excludes the new group consistently like the existing exclusion, and regenerates the dependency verification metadata accordingly. ### 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? Generated-by: Claude Fable 5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
