You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address review feedback — proto format roundtrip, use-after-move, metrics null, preserve_order
- statement.rs: match on `&format` to avoid use-after-move before
storing the value in Analyze { format, .. }
- display.rs: omit metrics fields entirely when plan.metrics() returns
None instead of emitting "Metrics": null
- physical-plan/Cargo.toml: promote serde_json preserve_order to main
dep so key insertion order is guaranteed in production builds too
- proto: add ExplainFormat field to AnalyzeNode (logical) so the format
survives logical plan proto roundtrips (complements the AnalyzeExecNode
fix already in the previous commit for the physical plan)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments