Add catalog workflow planning

This commit is contained in:
2026-06-19 15:36:26 +00:00
parent 20129bfff5
commit 77cde40296
10 changed files with 488 additions and 1936 deletions

View File

@@ -240,7 +240,7 @@ func ensureMergeOutputPaths(ctx context.Context, backend storage.Backend, bundle
}
func usesSharedRootState(req Request, plan Plan) bool {
return normalizeState(req.State).Mode == config.StateModeSharedRoot || plan.StateMode == config.StateModeSharedRoot
return plan.StateMode == config.StateModeSharedRoot
}
func outputManagedByExistingState(output Output, existing *state.DistributorState) bool {