kou opened a new pull request, #42202: URL: https://github.com/apache/arrow/pull/42202
### Rationale for this change macOS GitHub Actions runners have Python not installed by Homebrew at `/usr/local/`. If we install `python@XXX` Homebrew formula, it tries to overwrite `/usr/local/bin/2to3` and so on and causes a conflict error. NOTE: This is happen only when pre-installed Homebrew `python@XXX` on macOS GitHub Actions runners is outdated. (`python@XXX` is updated after macOS GitHub Actions runner image is created.) ### What changes are included in this PR? Ensure updating `pythone@XXX` with `--overwrite` before we use `brew bundle`. `brew bundle` may update `python@XXX` automatically without `--overwrite`. FYI: `brew bundle --force ...` will also work. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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