WillAyd opened a new issue, #575: URL: https://github.com/apache/arrow-nanoarrow/issues/575
Looks like right now nanoarrow offers `ArrowBitsUnpackInt8` and `ArrowBitsUnpackInt32` to unpack a bitmap into int8 and int32 arrays, respectively. However, there is no function to go in the other direction, packing a bitmap from an array. I think this would be helpful to have for libraries that need to convert between bit and bytemasks, for example when try to interoperate between Arrow and NumPy -- 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]
