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

   ### Describe the enhancement requested
   
   
[unpack32](https://github.com/apache/arrow/blob/e6323646558ee01234ce58af273c5a834745f298/cpp/src/arrow/util/bpacking.h#L29)
 takes `int32*` but unpack64 takes `int8_t*`.  I think the unpack64 is correct 
since we can't rely on alignment and under the hood unpack32 does SafeLoad to 
avoid ubsan already.  We should probably clean this up to make this clearer.
   
   
   
   ### Component(s)
   
   C++, Parquet


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