[
https://issues.apache.org/jira/browse/HIVE-25367?focusedWorklogId=632266&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-632266
]
ASF GitHub Bot logged work on HIVE-25367:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Aug/21 10:44
Start Date: 02/Aug/21 10:44
Worklog Time Spent: 10m
Work Description: pvary commented on a change in pull request #2552:
URL: https://github.com/apache/hive/pull/2552#discussion_r680867108
##########
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:
I would keep the null check, so next time we might have a little bit
more info when there is an error
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 632266)
Time Spent: 1h (was: 50m)
> 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
> 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)