[
https://issues.apache.org/jira/browse/ARROW-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-2841:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/15749
> [Go] Fix recent Go build failures in Travis CI
> ----------------------------------------------
>
> Key: ARROW-2841
> URL: https://issues.apache.org/jira/browse/ARROW-2841
> Project: Apache Arrow
> Issue Type: Bug
> Components: Go
> Reporter: Antoine Pitrou
> Assignee: Sebastien Binet
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> I'm getting persistent failures in the Go job on Travis-CI:
> https://travis-ci.org/pitrou/arrow/jobs/403221354
> Is this expected? Excerpt:
> {code}
> $ go get -t -v ./...
> github.com/apache/arrow (download)
> github.com/stretchr/testify (download)
> go/arrow/type_traits_boolean.go:20:2: use of internal package not allowed
> go/arrow/array/array.go:23:2: use of internal package not allowed
> go/arrow/array/array.go:24:2: use of internal package not allowed
> go/arrow/math/math_amd64.go:22:2: use of internal package not allowed
> go/arrow/memory/memory_amd64.go:22:2: use of internal package not allowed
> go/arrow/memory/buffer.go:22:2: use of internal package not allowed
> The command "eval go get -t -v ./... " failed. Retrying, 2 of 3.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)