Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go] Build failure for 32-bit platform #35861

Closed
jmacd opened this issue May 31, 2023 · 2 comments
Closed

[Go] Build failure for 32-bit platform #35861

jmacd opened this issue May 31, 2023 · 2 comments

Comments

@jmacd
Copy link
Contributor

jmacd commented May 31, 2023

Describe the bug, including details regarding any error messages, version, and platform.

With a dependency from https://github.com/f5/otel-arrow-adapter, for an OpenTelemetry implementation at https://github.com/lightstep/otel-launcher-go, I have this build failure in a step that tests with GOARCH=386:

Error: ../../../go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230404000714-f02d35119ae6/arrow/array/dictionary.go:1556:22: math.MaxUint32 (untyped int constant 4294967295) overflows int

I expect the Arrow library to work on a 32-bit platform.

Component(s)

Go

@zeroshade
Copy link
Member

Hey @jmacd, this got addressed in #34784 and will be included in the v12.0.1 patch release.

@jmacd
Copy link
Contributor Author

jmacd commented Jun 15, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants