You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/03/09 05:57:07 UTC

[orc] branch branch-1.8 updated: Revert "ORC-1372: [C++] Bump zstd to v1.5.4"

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 37f8a2fa3 Revert "ORC-1372: [C++] Bump zstd to v1.5.4"
37f8a2fa3 is described below

commit 37f8a2fa343b2a5a6e09e703c9fc8f33e9c5dde6
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Mar 8 21:56:54 2023 -0800

    Revert "ORC-1372: [C++] Bump zstd to v1.5.4"
    
    This reverts commit d23ae08db97f8994df36d5b5cac7bb15c4538fff.
---
 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 5a438fc82..6919847fb 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.4")
+set(ZSTD_VERSION "1.5.2")
 
 option(ORC_PREFER_STATIC_PROTOBUF "Prefer static protobuf library, if available" ON)
 option(ORC_PREFER_STATIC_SNAPPY   "Prefer static snappy library, if available"   ON)