Internal Jenkins has submitted this change and it was merged. Change subject: OPSAPS-32457: Fix CatalogService Thrift changes to be backwards compatible. ......................................................................
OPSAPS-32457: Fix CatalogService Thrift changes to be backwards compatible. While adding support for permanent UDFs we made incompatible changes to the CatalogService Thrift definitions. Some services like BDR rely on a stable catalog API. This patch fixes the incompatibility. Change-Id: Iec04d07c48d7159d2837667d7039046de126a3ad Reviewed-on: http://gerrit.cloudera.org:8080/2455 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins --- M be/src/service/impala-server.cc M common/thrift/CatalogService.thrift M common/thrift/Types.thrift M fe/src/main/java/com/cloudera/impala/catalog/Function.java M fe/src/main/java/com/cloudera/impala/service/CatalogOpExecutor.java M tests/catalog_service/test_catalog_service_client.py 6 files changed, 114 insertions(+), 38 deletions(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2455 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iec04d07c48d7159d2837667d7039046de126a3ad Gerrit-PatchSet: 7 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.5.0_5.7.0 Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Juan Yu <[email protected]> Gerrit-Reviewer: Silvius Rus <[email protected]>
