@wesm could You take a look at this docker-compose setup? Executing `python` tests: `docker-compose run python` Executing `cpp` tests: `docker-compose run cpp` Executing `c_glib` tests: `docker-compose run c_glib` Executing `hdfs` tests: `docker-compose run hdfs-integration` etc.
It's also possible to mount arrow externally for an editable setup: ```bash docker-compose run -v local/path/to/arrow:/arrow python ``` > Additionally `docker-compose up` runs all of the containers in parallel > (discouraged of course, because it doesn't stop the hdfs containers). Ideally "the rest" of the containers should be ported too. [ Full content available at: https://github.com/apache/arrow/pull/2572 ] This message was relayed via gitbox.apache.org for [email protected]
