This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 0e866f093944fbfc89c82314f521980de7b93d6c Author: Grant Henke <[email protected]> AuthorDate: Sat May 16 08:13:40 2020 -0500 KUDU-2817: Upgrade bitshuffle to 0.3.5 Currently we are on a custom commit (55f9b4c) of bitshuffle from 2016. This patch upgrades bitshuffle to 0.3.5, the latest release. See the release notes here: https://github.com/kiyo-masui/bitshuffle/releases Change-Id: I35179ca216b7a134212e60e1bbf672eb50a0c32d Reviewed-on: http://gerrit.cloudera.org:8080/15936 Tested-by: Kudu Jenkins Reviewed-by: Bankim Bhavsar <[email protected]> --- thirdparty/vars.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 2a1e338..ca161d1 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -73,8 +73,7 @@ LZ4_NAME=lz4-$LZ4_VERSION LZ4_SOURCE=$TP_SOURCE_DIR/$LZ4_NAME # from https://github.com/kiyo-masui/bitshuffle -# Hash of git: 55f9b4caec73fa21d13947cacea1295926781440 -BITSHUFFLE_VERSION=55f9b4c +BITSHUFFLE_VERSION=0.3.5 BITSHUFFLE_NAME=bitshuffle-$BITSHUFFLE_VERSION BITSHUFFLE_SOURCE=$TP_SOURCE_DIR/$BITSHUFFLE_NAME
