ShourieG opened a new issue, #36052: URL: https://github.com/apache/arrow/issues/36052
### Describe the bug, including details regarding any error messages, version, and platform. We are trying to use the arrow go library to create a custom parquet reader but encountering cross build errors in CI even after upgrading to version 12.0.1 . errors: ```js >> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=oa64-clang, CXX=oa64-clang++, GOARCH=arm64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-arm64] [2023-06-13T14:37:09.617Z] # github.com/apache/arrow/go/v12/parquet/internal/utils [2023-06-13T14:37:09.617Z] /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:230:18: undefined: unpack32 [2023-06-13T14:37:09.618Z] /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:274:3: undefined: BytesToBools [2023-06-13T14:37:09.618Z] /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:318:18: undefined: unpack32 [2023-06-13T14:37:09.618Z] note: module requires Go 1.20 [2023-06-13T14:40:29.889Z] # github.com/apache/arrow/go/v12/parquet/internal/utils [2023-06-13T14:40:29.889Z] /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:230:18: undefined: unpack32 [2023-06-13T14:40:29.889Z] /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:274:3: undefined: BytesToBools [2023-06-13T14:40:29.889Z] /go/pkg/mod/github.com/apache/arrow/go/[email protected]/parquet/internal/utils/bit_reader.go:318:18: undefined: unpack32 [2023-06-13T14:40:29.889Z] note: module requires Go 1.20 ``` The stack is using go 1.19 currently. Is there any way to fix these issues without upgrading to Go 1.20 ? ### Component(s) Go -- 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]
