milenkovicm commented on code in PR #1256: URL: https://github.com/apache/datafusion-ballista/pull/1256#discussion_r2065856812
########## ballista/scheduler/src/state/execution_graph.rs: ########## @@ -218,7 +218,7 @@ impl ExecutionGraph { new_tid } - pub(crate) fn stages(&self) -> &HashMap<usize, ExecutionStage> { + pub fn stages(&self) -> &HashMap<usize, ExecutionStage> { Review Comment: fully agree with you, it'll be a good exercise for copilot one of the following weekends. will fix this one personally this time :) -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org