raulcd commented on code in PR #47484: URL: https://github.com/apache/arrow/pull/47484#discussion_r2324249185
########## ci/scripts/install_vcpkg.sh: ########## @@ -42,6 +43,11 @@ pushd "${vcpkg_destination}" git checkout "${vcpkg_version}" +if [ -f "${vcpkg_patch}" ]; then + git apply --verbose --ignore-whitespace "${vcpkg_patch}" + echo "Patch successfully applied to the VCPKG files!" +fi Review Comment: ```suggestion git apply --verbose --ignore-whitespace "${vcpkg_patch}" echo "Patch successfully applied to the VCPKG files!" ``` -- 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