You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/23 10:33:49 UTC

[GitHub] [arrow] rdettai commented on pull request #8513: ARROW-10368 [Rust] [DataFusion] Refactor scan nodes to allow extensions

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:
users@infra.apache.org