pvary commented on a change in pull request #2344:
URL: https://github.com/apache/hive/pull/2344#discussion_r705165285
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java
##########
@@ -1850,8 +1819,6 @@ private long partsFoundForPartitions(
}
Deadline.checkTimeout();
}
- } catch (Exception e) {
- throwMetaOrRuntimeException(e);
Review comment:
Is this exception handling already happens in the callers, or we end up
throwing exceptions which were wrapped before, and will not be wrapped after
this change?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]