paleolimbot commented on issue #219: URL: https://github.com/apache/arrow-nanoarrow/issues/219#issuecomment-1690370433
I spent some time thinking about the current conversion system in #279 and #285, and I think the best way to go about this would be to make `convert_array_stream()` generic to match `convert_array()`. There are more ways than just ALTREP that can benefit from having all chunks available at once. The addition of run-end encoded arrays to the C data spec (and nanoarrow) will make the chunk resolver somewhat essential and then the existing ALTREP string array can be made generic around a simple equivalent of a chunked array. -- 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]
