lidavidm opened a new pull request #10863: URL: https://github.com/apache/arrow/pull/10863
Adds a subclass of sink node that accumulates data, then sorts it and pushes it. I chose to make it a sink node as otherwise there's no ordering of batches between nodes, so we would have to concatenate and then pass a singular batch on. And right now we have no order-dependent nodes. So for now I decided having it be a sink node would work best, but it can be refactored into a non-sink node as well. -- 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]
