You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2018/01/24 18:14:36 UTC

kudu git commit: Bump Thrift to 0.11

Repository: kudu
Updated Branches:
  refs/heads/master 7465c91b8 -> 3b51bf337


Bump Thrift to 0.11

Change-Id: I4e61c985a371524a5380613c4d03564de3caad50
Reviewed-on: http://gerrit.cloudera.org:8080/9115
Tested-by: Kudu Jenkins
Reviewed-by: Hao Hao <ha...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/3b51bf33
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/3b51bf33
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/3b51bf33

Branch: refs/heads/master
Commit: 3b51bf33771cc548376f18823dd1855e4d899d19
Parents: 7465c91
Author: Dan Burkert <da...@apache.org>
Authored: Tue Jan 23 14:37:34 2018 -0800
Committer: Dan Burkert <da...@cloudera.com>
Committed: Wed Jan 24 18:14:03 2018 +0000

----------------------------------------------------------------------
 thirdparty/vars.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/3b51bf33/thirdparty/vars.sh
----------------------------------------------------------------------
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index ab92c71..15b8cba 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -200,11 +200,7 @@ SPARSEPP_VERSION=824860bb76893d163efbcff330734b9f62eecb17
 SPARSEPP_NAME=sparsepp-$SPARSEPP_VERSION
 SPARSEPP_SOURCE=$TP_SOURCE_DIR/$SPARSEPP_NAME
 
-# TODO(dan): bump to 0.11 when it's released. We chose to use a bleeding edge
-# version instead of 0.10 in order to get the API and header inclusion
-# simplifications introduced in THRIFT-2221 (Thrift's previous use of tr1
-# conflicted with gtest's use of tuples).
-THRIFT_VERSION=8b8a8efea13d1c97f856053af0a5c0e6a8a76354
+THRIFT_VERSION=0.11.0
 THRIFT_NAME=thrift-$THRIFT_VERSION
 THRIFT_SOURCE=$TP_SOURCE_DIR/$THRIFT_NAME