Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18221 )
Change subject: IMPALA-10648 addendum: Handle null return value from catalog's renameTable() api ...................................................................... IMPALA-10648 addendum: Handle null return value from catalog's renameTable() api CatalogServiceCatalog.renameTable(oldTable, newTable) api sometimes return null if oldTable's db does not exist in cache. The caller of this api should check for null return value. Change-Id: Ia3661b351cad16ead22608dcef33789f0ba2fb6f Reviewed-on: http://gerrit.cloudera.org:8080/18221 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18221 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia3661b351cad16ead22608dcef33789f0ba2fb6f Gerrit-Change-Number: 18221 Gerrit-PatchSet: 3 Gerrit-Owner: Sourabh Goyal <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sourabh Goyal <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]> Gerrit-Reviewer: Yu-Wen Lai <[email protected]>
