apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine

Home Page:https://datafusion.apache.org/ballista

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `with_task_launcher` pub

Dandandan opened this issue · comments

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to be able to modify the task launcher in the scheduler.
There is a method with_task_launcher in SchedulerServer, but it is currently crate-local.

Describe the solution you'd like
Mark with_task_launcher as pub

Describe alternatives you've considered

Additional context
Add any other context or screenshots about the feature request here.