pub fn dfplan_body_with_spec(
body: &str,
spec: &DfplanTaskSpec,
) -> SqlResult<String>Expand description
Rewrite an existing dfplan body to a new partition spec, preserving the encoded plan bytes verbatim (no proto decode — coordinator-side AQE rewrites reuse the b64 payload untouched).