WillAyd commented on issue #44956: URL: https://github.com/apache/arrow/issues/44956#issuecomment-2552000083
After some more research here I noticed the ArraySpan type actually should support binary view types, and does so by making all the variadic buffers available through the third buffer: https://github.com/apache/arrow/blob/b655852b260d3b8c3fe457795df0f42a2ff9c98c/cpp/src/arrow/array/data.h#L636 Coming from nanoarrow I was a bit surprised by that, as nanoarrow dynamically resizes the buffers array to fit variadic buffers, but if that's not an issue maybe there isn't much to be done here -- 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]
