Open NVnavkumar opened 10 months ago
I was able to replicate this locally trying to build against Spark 3.5.0 using JDK 8 + Scala 2.12.17 by editing pom.xml
and setting the scala.version
to 2.12.17
.
diff --git a/pom.xml b/pom.xml
index fd1c821cf..0d6ed32d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,7 +639,7 @@
<id>scala-2.12</id>
<properties>
<scala.binary.version>2.12</scala.binary.version>
- <scala.version>2.12.15</scala.version>
+ <scala.version>2.12.17</scala.version>
</properties>
</profile>
<profile>
@@ -727,7 +727,7 @@
<scala.binary.version>2.12</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
<scala.recompileMode>incremental</scala.recompileMode>
- <scala.version>2.12.15</scala.version>
+ <scala.version>2.12.17</scala.version>
<!--
-processing
to suppress unactionable "No processor claimed any of these annotations"
diff --git a/scala2.13/pom.xml b/scala2.13/pom.xml
index 5ccc17c4b..3a4806fe5 100644
--- a/scala2.13/pom.xml
+++ b/scala2.13/pom.xml
@@ -639,7 +639,7 @@
<id>scala-2.12</id>
<properties>
<scala.binary.version>2.12</scala.binary.version>
- <scala.version>2.12.15</scala.version>
+ <scala.version>2.12.17</scala.version>
</properties>
</profile>
<profile>
Interesting in that this issue doesn't occur in Scala 2.13 using JDK8 + Scala 2.13.8
Describe the bug Spark updated the Scala version to 2.12.17 (See https://github.com/apache/spark/pull/37892)
EMR team found that these manifested in unit test failures in OpcodeSuite: