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


##########
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:
   Could you tell me the failed test URL? I'll take a look at it.



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