kou commented on code in PR #2081: URL: https://github.com/apache/orc/pull/2081#discussion_r1878846380
########## cmake_modules/ThirdpartyToolchain.cmake: ########## @@ -137,7 +137,7 @@ endfunction() # ---------------------------------------------------------------------- # ORC Format ExternalProject_Add (orc-format_ep - URL "https://dlcdn.apache.org/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz" + URL "https://www.apache.org/dyn/closer.lua/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz?action=download" URL "https://archive.apache.org/dist/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz" Review Comment: We can remove this archive.apache.org URL. The `closer.lua` URL redirects to the archive.apache.org URL automatically when the target file doesn't exist in https://dist.apache.org/repos/dist/release/orc/ . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
