We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215abce commit f778e9bCopy full SHA for f778e9b
src/query/sql/src/planner/format/display_plan.rs
@@ -274,9 +274,7 @@ impl Plan {
274
Plan::SetWorkloadGroupQuotas(_) => Ok("SetWorkloadGroupQuotas".to_string()),
275
Plan::UnsetWorkloadGroupQuotas(_) => Ok("UnsetWorkloadGroupQuotas".to_string()),
276
Plan::AlterRole(_) => Ok("AlterRole".to_string()),
277
- Plan::AlterDatabase(_) => {
278
- todo!()
279
- }
+ Plan::AlterDatabase(_) => Ok("AlterDatabase".to_string()),
280
}
281
282
0 commit comments