This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new f6943eee [AURON #1900] Upgrade Spark 3.5.7 to 3.5.8 (#1901)
f6943eee is described below
commit f6943eee1c1b6314d3dc9ce6b077aa4c8edb59d9
Author: Thomas <[email protected]>
AuthorDate: Fri Jan 16 17:59:01 2026 +0800
[AURON #1900] Upgrade Spark 3.5.7 to 3.5.8 (#1901)
# Which issue does this PR close?
Closes #1900
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing changes?
# How was this patch tested?
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6da3b124..ee4043c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -725,7 +725,7 @@
<properties>
<shimName>spark-3.5</shimName>
<scalaTestVersion>3.2.9</scalaTestVersion>
- <sparkVersion>3.5.7</sparkVersion>
+ <sparkVersion>3.5.8</sparkVersion>
<shortSparkVersion>3.5</shortSparkVersion>
<nettyVersion>4.1.96.Final</nettyVersion>
</properties>