assignUser commented on code in PR #35277: URL: https://github.com/apache/arrow/pull/35277#discussion_r1174235099
########## cpp/build-support/run-test.sh: ########## @@ -60,6 +60,9 @@ rm -f $LOGFILE $LOGFILE.gz pipe_cmd=cat +# Install the gcs testbench +sh ../../../../../ci/scripts/install_gcs_testbench.sh default Review Comment: I think this is quite confusing without following the previous code in detail. I think doing this in relation to `$ROOT` would make it a bit clearer? ```suggestion sh $ROOT/../ci/scripts/install_gcs_testbench.sh default ``` -- 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]
