rdettai commented on pull request #8513: URL: https://github.com/apache/arrow/pull/8513#issuecomment-715257359
@jorgecarleitao I have implemented the basic structure, with a `SourceScanner` trait proposal. I have shown how the `SourceScan` logical plan is mapped to an execution by just passing through the source implementation. This basically means that there is no "real" conversion from logical to physical plan, we are just passing the same implem from one to the other. If this is "conceptually" okay with you, I will port all the currently implemented sources to this model. ---------------------------------------------------------------- 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]
