This is an automated email from the ASF dual-hosted git repository.

changchen pushed a commit to branch feature/41
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git

commit 52db452e97490a462f4596b0e7640c268060bc12
Author: Chang chen <[email protected]>
AuthorDate: Wed Dec 17 15:48:59 2025 +0800

    [Fix] Update Scala version to 2.13.17 in pom.xml to fix 
`java.lang.NoSuchMethodError: 'java.lang.String 
scala.util.hashing.MurmurHash3$.caseClassHash$default$2()'`
    
    see https://github.com/apache/spark/pull/52509
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 34e5362f55..b88fa8dfee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,7 +938,7 @@
     <profile>
       <id>scala-2.13</id>
       <properties>
-        <scala.version>2.13.16</scala.version>
+        <scala.version>2.13.17</scala.version>
         <scala.binary.version>2.13</scala.binary.version>
         <spotless.scalafmt.version>3.8.3</spotless.scalafmt.version>
       </properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to