Riza Suminto has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18804 )
Change subject: IMPALA-11385: Upgrade JAVA thrift components to thrift-0.16.0 ...................................................................... IMPALA-11385: Upgrade JAVA thrift components to thrift-0.16.0 This patch upgrade the JAVA thrift components to thrift-0.16.0. Most of refactoring revolves around moving TSerializer and TDeserializer intantiation within try block to after the following Apache Thrift commit from thrift-0.14.0: 63213c1 Implements TConfiguration for java Testing: - Pass core tests. Change-Id: I0a146d3a36938d43225da7c12bfe676c445d3944 Reviewed-on: http://gerrit.cloudera.org:8080/18804 Reviewed-by: Riza Suminto <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/impala-config.sh M fe/src/main/java/org/apache/impala/catalog/CatalogHmsAPIHelper.java M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java M fe/src/main/java/org/apache/impala/catalog/metastore/CatalogHmsClientUtils.java M fe/src/main/java/org/apache/impala/common/JniUtil.java M fe/src/main/java/org/apache/impala/service/FeSupport.java M fe/src/main/java/org/apache/impala/service/JniCatalog.java M fe/src/main/java/org/apache/impala/service/JniFrontend.java 8 files changed, 48 insertions(+), 38 deletions(-) Approvals: Riza Suminto: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/18804 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0a146d3a36938d43225da7c12bfe676c445d3944 Gerrit-Change-Number: 18804 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
