Fang-Yu Rao has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24483


Change subject: CDPD-106263: IMPALA-15110: Change the overridden methods in 
Catalog after HIVE-26537
......................................................................

CDPD-106263: IMPALA-15110: Change the overridden methods in Catalog after 
HIVE-26537

HIVE-26537 renamed some methods in AbstractThriftHiveMetastore that
were overridden in MetastoreServiceHandler and
CatalogMetastoreServiceHandler, which are instantiated in
CatalogHmsSyncToLatestEventIdTest. Due to this, requests from a
HiveMetaStoreClient were routed to the methods for which there was no
implementation in Impala, causing this Java test to fail. This patch
fixed the issue.

- Testing:
 Verified that CatalogHmsSyncToLatestEventIdTest is fixed with this
 patch.

Change-Id: Ia81ac8f5b0983e79531294faaf88cd9f452eebc9
---
M 
fe/src/main/java/org/apache/impala/catalog/metastore/CatalogMetastoreServiceHandler.java
M 
fe/src/main/java/org/apache/impala/catalog/metastore/MetastoreServiceHandler.java
2 files changed, 59 insertions(+), 38 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/24483/1
--
To view, visit http://gerrit.cloudera.org:8080/24483
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia81ac8f5b0983e79531294faaf88cd9f452eebc9
Gerrit-Change-Number: 24483
Gerrit-PatchSet: 1
Gerrit-Owner: Fang-Yu Rao <[email protected]>

Reply via email to