zhztheplayer opened a new pull request, #11527: URL: https://github.com/apache/incubator-gluten/pull/11527
New APIs adding to `ColumnarBatchOutIterator`: - `ColumnarBatchOutIterator#addIteratorSplits` - `ColumnarBatchOutIterator#noMoreSplits` This allows iterator-based splits to be added later than when the task is started. Useful when `NativePlanEvaluator` is used individually, out of the transformer code routine. This is a prerequisite for https://github.com/apache/incubator-gluten/issues/11514 and https://github.com/apache/incubator-gluten/pull/11419. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
