abdolence commented on PR #5641: URL: https://github.com/apache/arrow-rs/pull/5641#issuecomment-2057582792
> but I do wonder if you could just use StreamWriter instead I don't think I can, since I don't have control of how many batches to expect (I have an input abstract Stream of them), so I do something like this: ``` batch_stream.chain(append_stream) ``` so I can't share StreamWriter between independent streams in this place (at least without creating my own primitives). -- 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]
