Skip to content

Commit f778e9b

Browse files
committed
Implements Plan::AlterDatabase indentity format
1 parent 215abce commit f778e9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/query/sql/src/planner/format/display_plan.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@ impl Plan {
274274
Plan::SetWorkloadGroupQuotas(_) => Ok("SetWorkloadGroupQuotas".to_string()),
275275
Plan::UnsetWorkloadGroupQuotas(_) => Ok("UnsetWorkloadGroupQuotas".to_string()),
276276
Plan::AlterRole(_) => Ok("AlterRole".to_string()),
277-
Plan::AlterDatabase(_) => {
278-
todo!()
279-
}
277+
Plan::AlterDatabase(_) => Ok("AlterDatabase".to_string()),
280278
}
281279
}
282280
}

0 commit comments

Comments
 (0)