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/03/13 09:51:05 UTC

[GitHub] [iceberg] pan3793 commented on a change in pull request #2331: [BUILD] Relocate Antlr4 in spark3 runtime module

pan3793 commented on a change in pull request #2331:
URL: https://github.com/apache/iceberg/pull/2331#discussion_r593729535



##########
File path: build.gradle
##########
@@ -1020,7 +1019,6 @@ project(':iceberg-spark3-runtime') {
     compile project(':iceberg-spark3')
     compile project(':iceberg-spark3-extensions')
     compile project(':iceberg-aws')
-    compile 'org.apache.spark:spark-hive_2.11'

Review comment:
       Why it exists here? It should be excluded by
   ```
   configurations {
       compile {
         exclude group: 'org.apache.spark'
       }
   }
   ```




----------------------------------------------------------------
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: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org