From e102dc4c748757f63ce6dfc981243069511a223d Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 8 Jan 2024 10:01:37 -0800 Subject: [PATCH] ORC-1575: Use ASF Archive URL instead Download URL for `orc-format` ### What changes were proposed in this pull request? This PR aims to update ORC Format download link to `ASF Archive` from `ASF Download`. ### Why are the changes needed? Since ASF Download keeps only the latest live releases, the links on Download are improper for old release branches. ### How was this patch tested? Pass the CIs. Closes #1730 from dongjoon-hyun/ORC-1575. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun (cherry picked from commit 41a335f088477c3dbe9e7c3823e3f208b34a7040) Signed-off-by: Dongjoon Hyun --- 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 f0eaa618e7..91530a06b2 100644 --- a/cmake_modules/ThirdpartyToolchain.cmake +++ b/cmake_modules/ThirdpartyToolchain.cmake @@ -72,7 +72,7 @@ endif () # ---------------------------------------------------------------------- # ORC Format ExternalProject_Add (orc-format_ep - URL "https://downloads.apache.org/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz" + URL "https://archive.apache.org/dist/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz" URL_HASH SHA256=739fae5ff94b1f812b413077280361045bf92e510ef04b34a610e23a945d8cd5 CONFIGURE_COMMAND "" BUILD_COMMAND ""