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

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

Antoine Pitrou created ARROW-11870:
--------------------------------------

             Summary: [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
             Fix For: 4.0.0


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)