mingmwang commented on a change in pull request #1987:
URL: https://github.com/apache/arrow-datafusion/pull/1987#discussion_r825534941
##########
File path: ballista/rust/executor/src/executor_server.rs
##########
@@ -177,6 +179,20 @@ impl<T: 'static + AsLogicalPlan, U: 'static +
AsExecutionPlan> ExecutorServer<T,
);
info!("Start to run task {}", task_id_log);
+ let runtime = self.executor.ctx.runtime_env();
+
+ //TODO get session_id from TaskDefinition
Review comment:
Yes, will cover this in a future PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]