Vihang Karajgaonkar has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17523 )
Change subject: IMPALA-10721: MetastoreServiceHandler should extend AbstractThriftHiveMetastore ...................................................................... IMPALA-10721: MetastoreServiceHandler should extend AbstractThriftHiveMetastore MetastoreServiceHandler should extend AbstractThriftHiveMetastore which has default implementation of all the HMS APIs. This avoids broken builds in Impala, whenever it dynamically picks Hive GBN, which might have new HMS APIs. Change-Id: I5ca0d5f632f8d4461570c4fc89ea468019a7e9df Reviewed-on: http://gerrit.cloudera.org:8080/17523 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Vihang Karajgaonkar <[email protected]> --- M bin/impala-config.sh M fe/src/main/java/org/apache/impala/catalog/metastore/MetastoreServiceHandler.java 2 files changed, 14 insertions(+), 13 deletions(-) Approvals: Impala Public Jenkins: Verified Vihang Karajgaonkar: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17523 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5ca0d5f632f8d4461570c4fc89ea468019a7e9df Gerrit-Change-Number: 17523 Gerrit-PatchSet: 7 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]>
