dongjoon-hyun opened a new pull request, #150: URL: https://github.com/apache/arrow-swift/pull/150
## What's Changed Use integer arithmetic `(n + 7) / 8` instead of `ceil(Double(n) / 8)` for null buffer length calculation in `ArrowReader` and `ArrowCImporter`. This avoids unnecessary floating-point conversion. -- 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]
