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/07/24 09:32:06 UTC

[hive] branch master updated: HIVE-21173: Upgrade Apache Thrift to 0.9.3-1 (David Lavati via Laszlo 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 e1090a8  HIVE-21173: Upgrade Apache Thrift to 0.9.3-1 (David Lavati via Laszlo Bodor)
e1090a8 is described below

commit e1090a8aeb52a9e114f7053b77b4cfdec2329490
Author: David Lavati <da...@gmail.com>
AuthorDate: Wed Jul 24 11:31:46 2019 +0200

    HIVE-21173: Upgrade Apache Thrift to 0.9.3-1 (David Lavati via Laszlo Bodor)
    
    Signed-off-by: Laszlo Bodor <bo...@gmail.com>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7649af1..4549d48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,8 +183,9 @@
     <json.version>1.8</json.version>
     <junit.version>4.11</junit.version>
     <kryo.version>4.0.2</kryo.version>
+    <!-- Leaving libfb303 at 0.9.3 regardless of libthrift: As per THRIFT-4613 The Apache Thrift project does not publish items related to fb303 at this point -->
     <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.10.0</log4j2.version>
     <opencsv.version>2.3</opencsv.version>
     <orc.version>1.5.4</orc.version>