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
Describe the bug
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
To Reproduce
Current (unreleased) 32-bit build.
Expected behavior
This should probably not fail, but it's the Arrow library dependency and we aren't concerned for the moment.
The text was updated successfully, but these errors were encountered:
Describe the bug
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
To Reproduce
Current (unreleased) 32-bit build.
Expected behavior
This should probably not fail, but it's the Arrow library dependency and we aren't concerned for the moment.
The text was updated successfully, but these errors were encountered: