pub fn get_distributed_worker_resolver(
cfg: &SessionConfig,
) -> Result<Arc<dyn WorkerResolver>, DataFusionError>Expand description
Gets the WorkerResolver from the SessionConfig’s extensions. Typically called inside [RouteTasksHandler::route_tasks] to resolve the worker URLs available for distributed tasks.