nealrichardson commented on a change in pull request #11796:
URL: https://github.com/apache/arrow/pull/11796#discussion_r759374823



##########
File path: cpp/thirdparty/versions.txt
##########
@@ -123,7 +123,7 @@ DEPENDENCIES=(
   "ARROW_PROTOBUF_URL protobuf-${ARROW_PROTOBUF_BUILD_VERSION}.tar.gz 
https://github.com/google/protobuf/releases/download/${ARROW_PROTOBUF_BUILD_VERSION}/protobuf-all-${ARROW_PROTOBUF_BUILD_VERSION:1}.tar.gz";
   "ARROW_RAPIDJSON_URL rapidjson-${ARROW_RAPIDJSON_BUILD_VERSION}.tar.gz 
https://github.com/miloyip/rapidjson/archive/${ARROW_RAPIDJSON_BUILD_VERSION}.tar.gz";
   "ARROW_RE2_URL re2-${ARROW_RE2_BUILD_VERSION}.tar.gz 
https://github.com/google/re2/archive/${ARROW_RE2_BUILD_VERSION}.tar.gz";
-  "ARROW_SNAPPY_URL snappy-${ARROW_SNAPPY_BUILD_VERSION}.tar.gz 
https://github.com/google/snappy/archive/${ARROW_SNAPPY_BUILD_VERSION}.tar.gz";
+  "ARROW_SNAPPY_URL snappy-${ARROW_SNAPPY_BUILD_VERSION}.tar.gz 
https://codeload.github.com/google/snappy/tar.gz/master";

Review comment:
       Can you point to a specific commit? Won't this break (the checksum) as 
soon as another commit is added to master?




-- 
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]


Reply via email to