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 2019/12/01 18:57:43 UTC

[GitHub] [spark] srowen commented on a change in pull request #26728: [SPARK-30012][CORE][SQL] Change classes extending scala collection classes to work with 2.13

srowen commented on a change in pull request #26728: [SPARK-30012][CORE][SQL] Change classes extending scala collection classes to work with 2.13
URL: https://github.com/apache/spark/pull/26728#discussion_r352365029
 
 

 ##########
 File path: repl/pom.xml
 ##########
 @@ -146,7 +144,7 @@
             </goals>
             <configuration>
               <sources>
-                <source>${extra.source.dir}</source>
+                <source>src/main/scala-${scala.binary.version}</source>
 
 Review comment:
   Not strictly necessary right here, but I'm standardizing how we declare parallel scala source trees

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


With regards,
Apache Git Services

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