shardulm94 commented on a change in pull request #1631: URL: https://github.com/apache/iceberg/pull/1631#discussion_r507894893
########## File path: build.gradle ########## @@ -463,12 +463,10 @@ project(':iceberg-mr') { testCompile("org.apache.calcite:calcite-core") testCompile("com.esotericsoftware:kryo-shaded:4.0.2") testCompile("com.fasterxml.jackson.core:jackson-annotations:2.6.5") - testCompile("com.klarna:hiverunner:5.2.1") { - exclude group: 'javax.jms', module: 'jms' + testCompile("org.apache.hive:hive-service") { exclude group: 'org.apache.hive', module: 'hive-exec' - exclude group: 'org.codehaus.jettison', module: 'jettison' - exclude group: 'org.apache.calcite.avatica' } + testCompile("org.apache.tez:tez-dag:0.8.4") Review comment: Is the tez dependency required? I don't see any imports explicitly referencing tez. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org