This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new d23ae08db ORC-1372: [C++] Bump zstd to v1.5.4
d23ae08db is described below
commit d23ae08db97f8994df36d5b5cac7bb15c4538fff
Author: Gang Wu <[email protected]>
AuthorDate: Tue Feb 14 23:43:45 2023 -0800
ORC-1372: [C++] Bump zstd to v1.5.4
### What changes were proposed in this pull request?
Upgrade zstd to v1.5.4 for the C++ library.
### Why are the changes needed?
The most recent release of zstd is v1.5.4:
https://github.com/facebook/zstd/releases/tag/v1.5.4.
It brings promising performance boost.
### How was this patch tested?
Make sure all tests pass.
Closes #1411 from wgtmac/ORC-1372.
Authored-by: Gang Wu <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
cmake_modules/ThirdpartyToolchain.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake_modules/ThirdpartyToolchain.cmake
b/cmake_modules/ThirdpartyToolchain.cmake
index 6919847fb..5a438fc82 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -15,7 +15,7 @@ set(SNAPPY_VERSION "1.1.7")
set(ZLIB_VERSION "1.2.11")
set(GTEST_VERSION "1.8.0")
set(PROTOBUF_VERSION "3.5.1")
-set(ZSTD_VERSION "1.5.2")
+set(ZSTD_VERSION "1.5.4")
option(ORC_PREFER_STATIC_PROTOBUF "Prefer static protobuf library, if
available" ON)
option(ORC_PREFER_STATIC_SNAPPY "Prefer static snappy library, if available"
ON)