You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2019/09/30 12:40:35 UTC

[hive] branch master updated: HIVE-22243: Align Apache Thrift version to 0.9.3-1 in standalone-metastore as well (David Lavati via László Bodor)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aacc830  HIVE-22243: Align Apache Thrift version to 0.9.3-1 in standalone-metastore as well (David Lavati via László Bodor)
aacc830 is described below

commit aacc83010b1c9dc3c5b68e6d75503bb72066456b
Author: David Lavati <da...@gmail.com>
AuthorDate: Mon Sep 30 14:32:24 2019 +0200

    HIVE-22243: Align Apache Thrift version to 0.9.3-1 in standalone-metastore as well (David Lavati via László Bodor)
    
    Signed-off-by: Laszlo Bodor <bo...@gmail.com>
---
 standalone-metastore/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 3de774a..fbcafc7 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -86,7 +86,7 @@
     <javolution.version>5.5.1</javolution.version>
     <junit.version>4.11</junit.version>
     <libfb303.version>0.9.3</libfb303.version>
-    <libthrift.version>0.9.3</libthrift.version>
+    <libthrift.version>0.9.3-1</libthrift.version>
     <log4j2.version>2.8.2</log4j2.version>
     <mockito-core.version>1.10.19</mockito-core.version>
     <orc.version>1.5.1</orc.version>