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)