You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "srebhan (via GitHub)" <gi...@apache.org> on 2023/04/14 15:04:14 UTC

[GitHub] [arrow] srebhan opened a new issue, #35133: Fail to build on 32-bit platforms

srebhan opened a new issue, #35133:
URL: https://github.com/apache/arrow/issues/35133

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The current code fails to build on 32-bit platforms (at least on armel, armhf, mips, mipsel, linux-386 and windows-386) with the following error
   
   ```text
   github.com/apache/arrow/go/v12/arrow/array
   /go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230414125938-59fe4ce90e2f/arrow/array/dictionary.go:1564:22: math.MaxUint32 (untyped int constant 4294967295) overflows int
   ```
   
   
   ### 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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade closed issue #35133: [Go] Fails to build on 32-bit platforms

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35133: [Go] Fails to build on 32-bit platforms
URL: https://github.com/apache/arrow/issues/35133


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade commented on issue #35133: [Go] Fails to build on 32-bit platforms

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on issue #35133:
URL: https://github.com/apache/arrow/issues/35133#issuecomment-1511451279

   probably a good idea, otherwise we'd likely have to patch it in. I'll set the milestone and merge it


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #35133: [Go] Fails to build on 32-bit platforms

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #35133:
URL: https://github.com/apache/arrow/issues/35133#issuecomment-1510983102

   @zeroshade should this bug fix be added to 12.0.0?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org