pitrou commented on code in PR #47484: URL: https://github.com/apache/arrow/pull/47484#discussion_r2322695361
########## ci/scripts/install_vcpkg.sh: ########## @@ -42,6 +43,11 @@ pushd "${vcpkg_destination}" git checkout "${vcpkg_version}" +if [ -f "${vcpkg_patch}" ]; then Review Comment: Why `-f`? Is the file doesn't exist, then probably our script or CI configuration is buggy and we should fix it. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org