gruuya commented on issue #6412: URL: https://github.com/apache/arrow-rs/issues/6412#issuecomment-2678387345
> I suspect it was probably some optimization (e.g. sending empty record batches over the network is wasteful -- that is unless it is the ONLY record batch that would be sent) That said, the proposed fix in #7188 does mean that all empty record batches are now transmitted. I presume the ideal would be something close to above, i.e. if there are any other batches in the stream suppress outputting empty batches, except if there's only a single empty batch (in which it should be sent over). -- 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]
