raulcd commented on code in PR #44145:
URL: https://github.com/apache/arrow/pull/44145#discussion_r1762990087


##########
ci/scripts/swift_test.sh:
##########
@@ -22,9 +22,11 @@ set -ex
 data_gen_dir=${1}/swift/data-generator/swift-datagen
 export GOPATH=/
 pushd ${data_gen_dir}
-go get -d ./...
+git clone https://github.com/apache/arrow-go.git /arrow-go

Review Comment:
   We could use a released tag but we can just clone main and find potential 
issues earlier. @kou any thoughts?



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