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


##########
ci/scripts/python_test.sh:
##########
@@ -47,9 +48,13 @@ export PYARROW_TEST_CUDA
 export PYARROW_TEST_DATASET
 export PYARROW_TEST_FLIGHT
 export PYARROW_TEST_GANDIVA
+export PYARROW_TEST_GCS
 export PYARROW_TEST_HDFS
 export PYARROW_TEST_ORC
 export PYARROW_TEST_PARQUET
 export PYARROW_TEST_S3
 
+# Without this, install_gcs_test_bench.sh doesn't seem to be put in a
+# place that the python env can find it.
+python -m pip install 
"https://github.com/googleapis/storage-testbench/archive/v0.16.0.tar.gz";

Review Comment:
   I changed this to check for the existence of the script and use the existing 
install comment.  I tried multiple approaches with docker but could get the 
environment variable set.



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