[ https://issues.apache.org/jira/browse/HIVE-25367?focusedWorklogId=632267&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-632267 ]
ASF GitHub Bot logged work on HIVE-25367: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Aug/21 10:45 Start Date: 02/Aug/21 10:45 Worklog Time Spent: 10m Work Description: hmangla98 commented on a change in pull request #2552: URL: https://github.com/apache/hive/pull/2552#discussion_r680867670 ########## File path: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/WarehouseInstance.java ########## @@ -235,10 +235,7 @@ public WarehouseInstance run(String command) throws Throwable { driver.run(command); return this; } catch (CommandProcessorException e) { - if (e.getCause() != null) { - throw e.getCause(); - } - throw e; + throw e.getCause(); Review comment: Reverted. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 632267) Time Spent: 1h 10m (was: 1h) > Fix TestReplicationScenariosAcidTables#testMultiDBTxn > ----------------------------------------------------- > > Key: HIVE-25367 > URL: https://issues.apache.org/jira/browse/HIVE-25367 > Project: Hive > Issue Type: Test > Components: repl > Reporter: Peter Vary > Assignee: Haymant Mangla > Priority: Major > Labels: pull-request-available > Time Spent: 1h 10m > Remaining Estimate: 0h > > [http://ci.hive.apache.org/job/hive-flaky-check/331] > [http://ci.hive.apache.org/job/hive-flaky-check/332] > CC: [~aasha] -- This message was sent by Atlassian Jira (v8.3.4#803005)