RussellSpitzer commented on a change in pull request #2829:
URL: https://github.com/apache/iceberg/pull/2829#discussion_r731319773
##########
File path: spark/v3.0/build.gradle
##########
@@ -20,6 +20,13 @@
project(':iceberg-spark:iceberg-spark3') {
apply plugin: 'scala'
+ sourceSets {
+ main {
+ scala.srcDirs = ['src/main/scala', 'src/main/java']
+ java.srcDirs = []
+ }
+ }
+
Review comment:
It only builds fine if you aren't accessing Scala code from Java code.
It works fine in the other direction, see
https://github.com/apache/iceberg/pull/2829#discussion_r705519520
--
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]