pitrou commented on code in PR #44060:
URL: https://github.com/apache/arrow/pull/44060#discussion_r1753467137


##########
ci/scripts/integration_arrow.sh:
##########
@@ -30,15 +30,23 @@ 
gold_dir=$arrow_dir/testing/data/arrow-ipc-stream/integration
 : ${ARROW_INTEGRATION_JAVA:=ON}
 : ${ARROW_INTEGRATION_JS:=ON}
 
+echo "::group::Integration: Prepare: Archery"
+set -x
 pip install -e $arrow_dir/dev/archery[integration]
+set +x
+echo "::endgroup::"
 
+echo "::group::Integration: Prepare: Dependencies"
+set -x

Review Comment:
   I don't know if it's possible to have some kind of shell script function to 
factor these out?



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