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

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


The following commit(s) were added to refs/heads/master by this push:
     new cab7e5a19 [thirdparty] update lz4 up to 1.9.4 version
cab7e5a19 is described below

commit cab7e5a19d33091e45d1073b7793807d70570e8d
Author: Alexey Serbin <ale...@apache.org>
AuthorDate: Tue Nov 21 20:26:09 2023 -0800

    [thirdparty] update lz4 up to 1.9.4 version
    
    LZ4 v1.9.4 maintenance release includes improvements and fixes.  A few
    important highlights are decompression performance improvements:
    
      * Decompression speed on high-end ARM64 platform is improved by ~+20%
      * For the specific scenario of data compressed with -BD4 setting
        (small blocks, <= 64 KB, linked) decompressed block-by-block
        into a flush buffer, decompression speed is improved ~+70%
    
    See LZ4 1.9.4 release notes [1] for more details.
    
    [1] https://github.com/lz4/lz4/releases/tag/v1.9.4
    
    Change-Id: Ia6af15b88d34e70474f655a4045970253f257e38
    Reviewed-on: http://gerrit.cloudera.org:8080/20722
    Reviewed-by: Mahesh Reddy <mre...@cloudera.com>
    Tested-by: Kudu Jenkins
    Reviewed-by: Yifan Zhang <chinazhangyi...@163.com>
    Reviewed-by: Yingchun Lai <laiyingc...@apache.org>
    Reviewed-by: Abhishek Chennaka <achenn...@cloudera.com>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index c6a973cde..cfe13e3ac 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -68,7 +68,7 @@ SNAPPY_VERSION=1.1.8
 SNAPPY_NAME=snappy-$SNAPPY_VERSION
 SNAPPY_SOURCE=$TP_SOURCE_DIR/$SNAPPY_NAME
 
-LZ4_VERSION=1.9.3
+LZ4_VERSION=1.9.4
 LZ4_NAME=lz4-$LZ4_VERSION
 LZ4_SOURCE=$TP_SOURCE_DIR/$LZ4_NAME
 

Reply via email to