Fang-Yu Rao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24655
Change subject: IMPALA-15233: Remove catch blocks in MetastoreServiceHandler after HIVE-27193 ...................................................................... IMPALA-15233: Remove catch blocks in MetastoreServiceHandler after HIVE-27193 This removes 2 catch blocks in MetastoreServiceHandler because after HIVE-27193, MetaStoreUtils#parseDbName() in Hive no longer throws a MetaException. Testing: - Verified test_metastore_service.py and CatalogHmsSyncToLatestEventIdTest pass after this fix. Change-Id: Ia7ff36a1631910d039808f46f45fc1dd59e9f400 --- M fe/src/main/java/org/apache/impala/catalog/metastore/MetastoreServiceHandler.java 1 file changed, 7 insertions(+), 22 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/55/24655/1 -- To view, visit http://gerrit.cloudera.org:8080/24655 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia7ff36a1631910d039808f46f45fc1dd59e9f400 Gerrit-Change-Number: 24655 Gerrit-PatchSet: 1 Gerrit-Owner: Fang-Yu Rao <[email protected]>
