kszucs commented on a change in pull request #9285:
URL: https://github.com/apache/arrow/pull/9285#discussion_r592722741
##########
File path: docker-compose.yml
##########
@@ -122,7 +122,8 @@ x-hierarchy:
- postgres
- python-wheel-manylinux-2010
- python-wheel-manylinux-2014
- - python-wheel-manylinux-test
+ - python-wheel-manylinux-test-imports
Review comment:
I had to separate the two testing steps due to the lack of pandas wheels
for aarch64. Compiling pandas takes significant time, so I rather chose to
cache it in a docker image.
Installing the pyarrow wheels in an environment with preinstalled
dependencies like numpy wouldn't test the setup.py config, so IMO it's better
to isolate these to two separate cases.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]