You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/18 12:38:58 UTC

[GitHub] [spark] srowen commented on a change in pull request #31880: [SPARK-34762][BUILD] Fix the build failure with Scala 2.13 which is related to commons-* with better solution

srowen commented on a change in pull request #31880:
URL: https://github.com/apache/spark/pull/31880#discussion_r596828376



##########
File path: pom.xml
##########
@@ -162,7 +162,9 @@
     <commons.math3.version>3.4.1</commons.math3.version>
     <!-- managed up from 3.2.1 for SPARK-11652 -->
     <commons.collections.version>3.2.2</commons.collections.version>
-    <scala.version>2.12.10</scala.version>
+    <scala-2.12.version>2.12.10</scala-2.12.version>
+    <scala-2.13.version>2.13.5</scala-2.13.version>

Review comment:
       Hm, why do we need both versions?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org