lidavidm opened a new pull request #11145: URL: https://github.com/apache/arrow/pull/11145
Since reordering uses metadata on the batches, we have to emit at least one batch for every fragment, else we'll wait forever for a batch that never arrives. This adds a utility generator to emit an empty batch if the underlying generator is empty (that way we don't need to fix each file format individually). -- 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]
