You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/09 13:59:12 UTC

[GitHub] [iceberg] RussellSpitzer commented on a change in pull request #2820: Spark: Moves Distribution and Ordering Utils to Spark3 Module

RussellSpitzer commented on a change in pull request #2820:
URL: https://github.com/apache/iceberg/pull/2820#discussion_r705361752



##########
File path: build.gradle
##########
@@ -986,7 +986,14 @@ if (jdkVersion == '8') {
 }
 
 project(':iceberg-spark3') {
+  apply plugin: 'scala'
+
   sourceSets {
+    main {
+      // Use Scala Compiler for everything so we can do cross compilation within the module
+      scala.srcDirs = ['src/main/scala', 'src/main/java']
+      java.srcDirs = []
+    }
     // Compile test source against Spark 3.1 and main classes compiled against Spark 3.0

Review comment:
       Nope, we still use the "main" source set




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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org