pitrou commented on PR #47649: URL: https://github.com/apache/arrow/pull/47649#issuecomment-3353522606
@zeroshade How can we make [these errors](https://github.com/apache/arrow/actions/runs/18140349795/job/51630774327#step:13:875) go away on the integration tests? They've been happening randomly for quite some time. ``` + go install -v ./... type_traits_boolean.go:20:2: cannot find package "github.com/apache/arrow-go/v18/arrow/bitutil" in any of: /opt/go/src/github.com/apache/arrow-go/v18/arrow/bitutil (from $GOROOT) /go/src/github.com/apache/arrow-go/v18/arrow/bitutil (from $GOPATH) datatype_fixedwidth.go:25:2: cannot find package "github.com/apache/arrow-go/v18/arrow/decimal" in any of: /opt/go/src/github.com/apache/arrow-go/v18/arrow/decimal (from $GOROOT) /go/src/github.com/apache/arrow-go/v18/arrow/decimal (from $GOPATH) datatype_viewheader.go:23:2: cannot find package "github.com/apache/arrow-go/v18/arrow/endian" in any of: /opt/go/src/github.com/apache/arrow-go/v18/arrow/endian (from $GOROOT) /go/src/github.com/apache/arrow-go/v18/arrow/endian (from $GOPATH) type_traits.go:24:2: cannot find package "github.com/apache/arrow-go/v18/arrow/float16" in any of: /opt/go/src/github.com/apache/arrow-go/v18/arrow/float16 (from $GOROOT) /go/src/github.com/apache/arrow-go/v18/arrow/float16 (from $GOPATH) datatype.go:24:2: cannot find package "github.com/apache/arrow-go/v18/arrow/internal/debug" in any of: /opt/go/src/github.com/apache/arrow-go/v18/arrow/internal/debug (from $GOROOT) /go/src/github.com/apache/arrow-go/v18/arrow/internal/debug (from $GOPATH) [etc.] ``` -- 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]
