felipecrv commented on issue #40613: URL: https://github.com/apache/arrow/issues/40613#issuecomment-2347429754
It depends on what the client is going to do with the data. I think showing that data can be loaded batch by batch is more interesting. It's a streaming protocol after all. A client performing some kind of aggregation can go through the batches updating its state and finalizing when all batches are read (e.g. calculating some weighted average on the stream). People naturally tend to write code that buffers everything, so having the examples showing that batch-by-batch is possible only helps. -- 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]
