paleolimbot commented on PR #433: URL: https://github.com/apache/arrow-nanoarrow/pull/433#issuecomment-2067525718
I updated a few more things here! > You can already iterate over the chunks of an Array, right? Yes, but `array.iter_chunks()` is slow and `na.c_array_view(array)` + `item.view()` is not particularly obvious. > but that creates a new CArrayView each time and we technically don't need to I reverted that part...if somebody did `list(iter_array_views())` it would result in a very confusing result! -- 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]
