You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "jmacd (via GitHub)" <gi...@apache.org> on 2023/05/31 22:08:48 UTC

[GitHub] [arrow] jmacd opened a new issue, #35861: [Go] Build failure for 32-bit platform

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

   ### 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


-- 
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] jmacd commented on issue #35861: [Go] Build failure for 32-bit platform

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

   Thanks!


-- 
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] jmacd commented on issue #35861: [Go] Build failure for 32-bit platform

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

   https://github.com/lightstep/otel-launcher-go/actions/runs/5138047739/jobs/9246939471


-- 
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] zeroshade closed issue #35861: [Go] Build failure for 32-bit platform

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35861: [Go] Build failure for 32-bit platform
URL: https://github.com/apache/arrow/issues/35861


-- 
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 #35861: [Go] Build failure for 32-bit platform

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

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


-- 
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