thinkharderdev commented on code in PR #2186:
URL: https://github.com/apache/arrow-datafusion/pull/2186#discussion_r846835681
##########
ballista/rust/scheduler/src/state/persistent_state.rs:
##########
@@ -124,28 +124,33 @@ impl<T: 'static + AsLogicalPlan, U: 'static +
AsExecutionPlan>
.get_from_prefix(&get_stage_prefix(&self.namespace))
.await?;
+ let mut tmp_stages: HashMap<StageKey, Arc<dyn ExecutionPlan>> =
HashMap::new();
Review Comment:
I don't think so. This should only happen when the scheduler initializes and
needs to load the persistent state into memory
--
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]