killzoner commented on code in PR #1478:
URL:
https://github.com/apache/datafusion-ballista/pull/1478#discussion_r2871651761
##########
ballista/scheduler/src/scheduler_server/grpc.rs:
##########
@@ -351,83 +362,107 @@ impl<T: 'static + AsLogicalPlan, U: 'static +
AsExecutionPlan> SchedulerGrpc
.and_then(|s| s.value.clone())
.unwrap_or_default();
- let job_id = self.state.task_manager.generate_job_id();
+ info!(
+ "execution query (PUSH) job received - session_id:
{session_id}, operation_id: {operation_id}, job_name: {job_name}"
+ );
+
+ let (_session_id, session_ctx) = self
Review Comment:
nvm, i got lost with the different `execute_query_push`,
`execute_query_pull` and `execute_query`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]