Copilot commented on code in PR #12965: URL: https://github.com/apache/gluten/pull/12965#discussion_r3927711858
########## ep/build-velox/src/get-velox.sh: ########## @@ -25,7 +25,7 @@ RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR. -UPSTREAM_VELOX_PR_ID="" +UPSTREAM_VELOX_PR_ID="18821" Review Comment: UPSTREAM_VELOX_PR_ID is meant for developer-only testing, but setting it to a non-empty value by default will make builds always download/apply a Velox PR patch, reducing reproducibility and potentially breaking CI if the patch stops applying. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
