pitrou opened a new issue, #43361: URL: https://github.com/apache/arrow/issues/43361
### Describe the enhancement requested Currently, attempting to execute PyArrow and its submodules either fails or (misleadingly) does nothing. ```console $ python -m pyarrow /home/antoine/t/venv-3.10/bin/python: No module named pyarrow.__main__; 'pyarrow' is a package and cannot be directly executed $ python -m pyarrow.csv $ python -m pyarrow.json $ python -m pyarrow.parquet /home/antoine/t/venv-3.10/bin/python: No module named pyarrow.parquet.__main__; 'pyarrow.parquet' is a package and cannot be directly executed ``` Some of these at least could do something useful. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
