paleolimbot commented on issue #31194: URL: https://github.com/apache/arrow/issues/31194#issuecomment-1971333815
It definitely provides a means by which to consume or produce streams of non-struct arrays, although it requires that they are 100% materialized up front (or that it is trivial to completely materialize them on consumption). That PR added infrastructure (e.g., the `ArrayStreamArrayReader`) that could be generalized (e.g., a `ChunkedArrayReader` or something). If there's vague consensus on what that should look like in Arrow C++ (or if it should be there or not) I'm happy give a go at the implementation. -- 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]
