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 2022/03/16 07:48:48 UTC

[GitHub] [arrow-datafusion] mingmwang commented on pull request #1983: Introduce StageManager for managing tasks stage by stage

mingmwang commented on pull request #1983:
URL: https://github.com/apache/arrow-datafusion/pull/1983#issuecomment-1068830299


   I think the ExecutionContext should not a member of QueryStageScheduler, since we will support session context soon.
   
   ````
   pub(crate) struct QueryStageScheduler<
       T: 'static + AsLogicalPlan,
       U: 'static + AsExecutionPlan,
   > {
       ctx: Arc<RwLock<SessionContext>>,
       state: Arc<SchedulerState<T, U>>,
       event_sender: Option<EventSender<SchedulerServerEvent>>,
   }
   
   ````


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org