You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kevin Gurney (Jira)" <ji...@apache.org> on 2022/08/29 15:40:00 UTC

[jira] [Created] (ARROW-17552) [Dev] Remove "master" from default_branch property of Target class in core.py after migration to "main" as the default Git branch

Kevin Gurney created ARROW-17552:
------------------------------------

             Summary: [Dev] Remove "master" from default_branch property of Target class in core.py after migration to "main" as the default Git branch
                 Key: ARROW-17552
                 URL: https://issues.apache.org/jira/browse/ARROW-17552
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: Developer Tools
    Affects Versions: 10.0.0
            Reporter: Kevin Gurney
            Assignee: Kevin Gurney


As a follow up to [ARROW-15693|https://github.com/apache/arrow/pull/13975], support for the name "master" in the {{default_branch}} property of the {{Target}} class defined in {{dev/archery/archery/crossbow/core.py}} should be removed after the migration to "main" as the default Git branch is complete.

Making this change will also require updating the implementation of the {{Target.is_default_branch()}} method to use the keyword {{is}} instead of {{in}} for checking whether on the default branch.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)