JarroVGIT commented on code in PR #1852:
URL:
https://github.com/apache/datafusion-ballista/pull/1852#discussion_r3393936178
##########
ballista/executor/src/execution_loop.rs:
##########
@@ -285,7 +285,7 @@ async fn run_received_task<T: 'static + AsLogicalPlan, U:
'static + AsExecutionP
dedicated_executor.spawn(async move {
use std::panic::AssertUnwindSafe;
let part = PartitionId {
- job_id: job_id.clone(),
+ job_id: job_id.clone().into(),
Review Comment:
Applied
##########
ballista/executor/src/execution_loop.rs:
##########
@@ -275,7 +275,7 @@ async fn run_received_task<T: 'static + AsLogicalPlan, U:
'static + AsExecutionP
})?;
let query_stage_exec = executor.execution_engine.create_query_stage_exec(
- job_id.clone(),
+ job_id.clone().into(),
Review Comment:
Applied
--
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]