Fang-Yu Rao has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/24483 )
Change subject: IMPALA-15110: Change the overridden methods in Catalog after HIVE-26537 ...................................................................... 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/2 -- 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: newpatchset Gerrit-Change-Id: Ia81ac8f5b0983e79531294faaf88cd9f452eebc9 Gerrit-Change-Number: 24483 Gerrit-PatchSet: 2 Gerrit-Owner: Fang-Yu Rao <[email protected]>
