You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
:I expect the Arrow library to work on a 32-bit platform.
Component(s)
Go
The text was updated successfully, but these errors were encountered: