lidavidm commented on pull request #10070: URL: https://github.com/apache/arrow/pull/10070#issuecomment-832885553
Right (though the implementation would just be a SyncScanner wrapping a OneShotFragment). In fact, Joris already refactored the Python side to have `write` take a Scanner. So in all cases, a Scanner gets passed to C++ (batches/etc. get turned into an InMemoryDataset and scanned; iterators get turned into a scanner directly). I'll rebase again to make sure everything still fits together. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
