Copilot commented on code in PR #50254:
URL: https://github.com/apache/arrow/pull/50254#discussion_r3490808272
##########
.github/workflows/python.yml:
##########
@@ -203,6 +203,7 @@ jobs:
# Workaround for https://github.com/grpc/grpc/issues/41755
# Remove once the runner ships a newer Homebrew.
brew update
+ brew install aws-sdk-cpp
brew bundle --file=cpp/Brewfile
Review Comment:
The PR description says the workaround is to revert Homebrew bundle behavior
by using a `--jobs 1` flag, but the workflows here instead add a separate `brew
install aws-sdk-cpp` and do not pass any jobs/serialization option to `brew
bundle`. Please either update the PR description to match the implemented
approach, or adjust the workflow commands to explicitly set the intended
`--jobs 1` behavior (so the rationale and fix stay aligned).
--
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]