pub(crate) fn preview_actor_assignments(
worker_map: &HashMap<WorkerId, WorkerNode>,
adaptive_parallelism_strategy: AdaptiveParallelismStrategy,
loaded: &LoadedFragmentContext,
) -> MetaResult<RenderedGraph>Expand description
Render a graph with preview-only actor ids so callers can compare layouts without consuming the global actor id generator.