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

   ### Describe the enhancement requested
   
   There are several parts of the code that currently fail on 32-bit systems 
like 386.
   
   1. One problem is that the `refCount int64` we currently use for 
reference-counted resources requires manual alignment on 32-bit systems when 
used with `atomic.AddInt64`. This was raised in #43186.
   2. Another problem specific to 386 arch is that certain functions with 
archictecture-specific implementations do not have variants defined for 386, 
causing them to panic when compiled for that system.
   
   #43206 starts to address these issues for a narrow subset of the codebase. 
This issue is intended to track the remaining work needed to add full support 
across the codebase.
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to