-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearrange try/catch blocks in HiveMetastoreTableOperations
The only retryable failures in this block are the `replaceTable` call and the CommitFailedException already thrown if the metadata location has been updated. Exceptions thrown by checkState, or because the table does not exist should not retry.
- Loading branch information
1 parent
0f71007
commit ccb884d
Showing
1 changed file
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters