apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.53k stars 194 forks source link

Mark `SchedulerState` as pub #688

Closed Dandandan closed 1 year ago

Dandandan commented 1 year ago

Which issue does this PR close?

Closes https://github.com/apache/arrow-ballista/issues/689

Rationale for this change

I want to get some details (like the running executors / free slots / etc.) from the state outside of ballista. The (crate) visibility makes this quite a bit harder to do this.

What changes are included in this PR?

Are there any user-facing changes?