ShourieG commented on issue #36052: URL: https://github.com/apache/arrow/issues/36052#issuecomment-1590953720
@zeroshade I revisited the build process in our CI and the failures seem to occur with x86 platforms linux/386 and windows/386 ```js github.com/apache/arrow/go/v12/parquet/internal/utils /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:230:18: undefined: unpack32 /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:274:3: undefined: BytesToBools /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:318:18: undefined: unpack32 note: module requires Go 1.20 Error: running "go build -o build/golang-crossbuild/filebeat-linux-386 -buildmode pie -trimpath -tags=withjournald -ldflags -s -X github.com/elastic/beats/v7/libbeat/version.buildTime=2023-06-14T10:33:13Z -X github.com/elastic/beats/v7/libbeat/version.commit=4b458e0fa9888c53f02193fac70661e5c7c0d30a" failed with exit code 2 Error: failed building for linux/386: exit status 2 failed building for linux/386: exit status 2 ``` So my initial assumption of the build failing on linux/amd64 platforms was wrong. -- 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]
