tustvold commented on pull request #1277: URL: https://github.com/apache/arrow-rs/pull/1277#issuecomment-1030921672
> I think the decoders currently only support decoding to T::T at the moment. Not sure whether it makes sense to have a separate API that decodes directly into Arrow array. Yeah, this was one of the motivations behind #1041 - providing the ability to decode to things that aren't `DataType`, and don't wish to be. It was then used in #1054, #1082 and #1180. > This may be beneficial to certain types such as boolean (we can directly copy the bits instead of decode to bool) FYI I did this in #1054 -- 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]
