Kevin Gurney created ARROW-18011:
------------------------------------
Summary: [Dev] Replace hard-coded string "master" with "main" in
dev/archery/archery/crossbow/core.py after default branch migration
Key: ARROW-18011
URL: https://issues.apache.org/jira/browse/ARROW-18011
Project: Apache Arrow
Issue Type: Sub-task
Components: Developer Tools
Reporter: Kevin Gurney
[https://github.com/apache/arrow/pull/14033] uses several heuristics to
determine the default Git branch name for the upstream apache/arrow project.
When the heuristics fail to detect the default branch name, the strategy used
in [https://github.com/apache/arrow/pull/14033] currently falls back to using
the hard-coded branch name "master".
After [https://github.com/apache/arrow/pull/14033] is merged and after the
upstream apache/arrow GitHub repository migrates to using "main" as the default
branch name, the hard-coded string "master" should be replaced with "main"
inside of the implementation of the computed property "default_branch_name" of
the "Repo" class in dev/archery/archery/crossbow/core.py.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)