kou commented on code in PR #12763:
URL: https://github.com/apache/arrow/pull/12763#discussion_r856674725


##########
ci/scripts/python_wheel_unix_test.sh:
##########
@@ -78,6 +83,7 @@ fi
 if [ "${CHECK_UNITTESTS}" == "ON" ]; then
   # Install testing dependencies
   pip install -U -r ${source_dir}/python/requirements-wheel-test.txt
+  PYTHON=python ${source_dir}/ci/scripts/install_gcs_testbench.sh default

Review Comment:
   Something like the following?
   
   ```diff
   diff --git a/ci/docker/python-wheel-manylinux-test.dockerfile 
b/ci/docker/python-wheel-manylinux-test.dockerfile
   index 55c27d1d7b..cdd0ae3ced 100644
   --- a/ci/docker/python-wheel-manylinux-test.dockerfile
   +++ b/ci/docker/python-wheel-manylinux-test.dockerfile
   @@ -25,3 +25,6 @@ FROM ${arch}/python:${python}
    # test dependencies in a docker image
    COPY python/requirements-wheel-test.txt /arrow/python/
    RUN pip install -r /arrow/python/requirements-wheel-test.txt
   +
   +COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
   +RUN PYTHON=python /arrow/ci/scripts/install_gcs_testbench.sh default
   ```
   
   I think that it's a good idea.
   



-- 
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]

Reply via email to