This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 4e7708f68 ORC-1892: [C++] Upgrade `snappy` to 1.2.2
4e7708f68 is described below
commit 4e7708f68a6688a17da2d65ca60bc7c8392564ed
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 7 12:17:59 2025 -0700
ORC-1892: [C++] Upgrade `snappy` to 1.2.2
### What changes were proposed in this pull request?
This PR aims to upgrade `snappy` to 1.2.2 in `cmake_modules`.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/google/snappy/releases/tag/1.2.2
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2215 from dongjoon-hyun/ORC-1892.
Authored-by: Dongjoon Hyun <[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 ce1f6c4a9..ff038befc 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -21,7 +21,7 @@ set(ORC_INSTALL_INTERFACE_TARGETS)
set(ORC_FORMAT_VERSION "1.1.0")
set(LZ4_VERSION "1.10.0")
-set(SNAPPY_VERSION "1.2.1")
+set(SNAPPY_VERSION "1.2.2")
set(ZLIB_VERSION "1.3.1")
set(GTEST_VERSION "1.12.1")
set(PROTOBUF_VERSION "3.5.1")