felipecrv commented on issue #38090: URL: https://github.com/apache/arrow/issues/38090#issuecomment-1758322380
Would changing `BytesForBits` to return a size_t help minimize the need for casts? `BytesForBits` generates a memory size, so `size_t` is probably a more appropriate type to return. The annoying thing is that `size_t` is unsigned and `ssize_t` is not standardized. -- 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]
