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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]