You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/08/17 04:14:30 UTC

[impala] 01/02: IMPALA-8871: Upgrade Thrift version in fe

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit c37f17732edcb1740941d8c2dc8ad289d8d11898
Author: stakiar <ta...@gmail.com>
AuthorDate: Wed Feb 13 11:43:45 2019 -0600

    IMPALA-8871: Upgrade Thrift version in fe
    
    Upgrade fe/ Thrift version to 0.9.3-1.
    
    Testing:
    * Ran exhaustive tests.
    * Ran perf-AB-test, which showed no significant perf difference.
    
    Change-Id: If62e6330f0a725ebd4213c200656fc12a0eccf06
    Reviewed-on: http://gerrit.cloudera.org:8080/14084
    Reviewed-by: Tim Armstrong <ta...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 impala-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impala-parent/pom.xml b/impala-parent/pom.xml
index ab1dbb3..cb77741 100644
--- a/impala-parent/pom.xml
+++ b/impala-parent/pom.xml
@@ -41,7 +41,7 @@ under the License.
     <parquet.version>${env.IMPALA_PARQUET_VERSION}</parquet.version>
     <kite.version>${env.IMPALA_KITE_VERSION}</kite.version>
     <knox.version>${env.IMPALA_KNOX_VERSION}</knox.version>
-    <thrift.version>0.9.3</thrift.version>
+    <thrift.version>0.9.3-1</thrift.version>
     <impala.extdatasrc.api.version>1.0-SNAPSHOT</impala.extdatasrc.api.version>
     <impala.query.event.hook.api.version>1.0-SNAPSHOT</impala.query.event.hook.api.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>