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



##########
File path: build.gradle
##########
@@ -989,6 +989,11 @@ project(':iceberg-spark3') {
   apply plugin: 'scala'
 
   sourceSets {
+    main {

Review comment:
       @rdblue never-mind this IS required if you want to do cross compilation 
(Have Java code depend on Scala code in the same module)
   
   
   Otherwise it compiles Java without the Scala source before the Scala code.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to