zanmato1984 commented on PR #48180: URL: https://github.com/apache/arrow/pull/48180#issuecomment-4748708517
I found an issue in my previous commit https://github.com/apache/arrow/pull/48180/commits/d816552b3eab95671dc7a22425c26e990a6b530c. That change accidentally made the big-endian `num_bytes < 8` paths in `SafeLoadUpTo8Bytes()` / `SafeStoreUpTo8Bytes()` use packed-integer semantics. I think these helpers should instead keep the same native-copy semantics as `SafeLoad()` / `SafeStore()`. I -- 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]
