kou commented on code in PR #44145:
URL: https://github.com/apache/arrow/pull/44145#discussion_r1764767577
##########
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:
Yes.
BTW, it seems that this script doesn't refer `go/` in apache/arrow. It uses
released version:
https://github.com/apache/arrow/blob/1c1f7f359d61b59e446b0a47e0279728551ed89f/swift/CDataWGo/go.mod#L21
This script may still work even if we remove `go/` in apache/arrow.
--
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]