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


##########
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
 
+if [ -f "/arrow/ci/scripts/install_gcs_testbench.sh" ]; then
+  /arrow/ci/scripts/install_gcs_testbench.sh default
+fi

Review Comment:
   Im having trouble figuring this out but for instance conda tests error if we 
don't install here, perhaps it was using a separate base image though? I agree 
this is ugly but nothing I tried other then installing here seemed to work.  
This is probably developer error on my part though.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to