jorgecarleitao commented on issue #62:
URL: https://github.com/apache/arrow-datafusion/issues/62#issuecomment-826327836


   One way to address this:
   
   * Create a trait `ExecutionContext` with necessary APIs
   * make `DataFrame` hold `Box<dyn ExecutionContext>`
   
   This allows DataFusions' `DataFrame` to have different contexts resolved at 
run time (e.g. whether `local` or `cluster` is passed?).
   


-- 
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]


Reply via email to