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 2021/04/25 13:49:53 UTC

[GitHub] [arrow-datafusion] jorgecarleitao commented on issue #62: DataFrame.collect() should be extensible

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