----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68500/ -----------------------------------------------------------
Review request for Sqoop. Bugs: SQOOP-3371 https://issues.apache.org/jira/browse/SQOOP-3371 Repository: sqoop-trunk Description ------- It seems that SQOOP-3360 broke our tests which use HiveMiniCluster because org.apache.calcite is not present in the hive-exec:core JAR but this dependency seems to be needed by these tests. I am not sure why our Jenkins job did not catch the issue earlier but I get consistent failures when I run these tests with a clean ivy cache and ant so the dependency issue needs to be fixed. Diffs ----- build.gradle 9a2b55cfc gradle.properties a71729e12 ivy.xml 184486029 ivy/libraries.properties 2f1ec9e50 Diff: https://reviews.apache.org/r/68500/diff/1/ Testing ------- Executed unit and third party tests with both ant and gradle. Thanks, Szabolcs Vasas