kasakrisz commented on a change in pull request #1845: URL: https://github.com/apache/hive/pull/1845#discussion_r555030681
########## File path: ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezTask.java ########## @@ -196,7 +196,7 @@ public void tearDown() throws Exception { } @Test - public void testBuildDag() throws IllegalArgumentException, IOException, Exception { + public void testBuildDag() throws IllegalArgumentException, Exception { Review comment: Listing `IllegalArgumentException` is not necessary if `Exception` can be thrown. Or this can be tackled in a follow-up ---------------------------------------------------------------- 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: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org