You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/03/09 12:18:00 UTC

[jira] [Resolved] (ARROW-11870) [Dev] Automatically run merge script in venv

     [ https://issues.apache.org/jira/browse/ARROW-11870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-11870.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 9637
[https://github.com/apache/arrow/pull/9637]

> [Dev] Automatically run merge script in venv
> --------------------------------------------
>
>                 Key: ARROW-11870
>                 URL: https://issues.apache.org/jira/browse/ARROW-11870
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Developer Tools
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Running the merge script needs some additional boilerplate for people who don't already use a Conda environment or similar.
> We could provide a wrapper script {{dev/merge_arrow_pr.sh}} that:
> 1) checks if a virtual env {{dev/.venv}} exists
> 2) if not, creates it and installs the required dependencies
> 3) runs the Python merge script in the virtual env



--
This message was sent by Atlassian Jira
(v8.3.4#803005)