Skip to content

Commit 691ce0d

Browse files
committed
fix conflict
1 parent ef12877 commit 691ce0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/query/service/src/interpreters/access/privilege_access.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ impl AccessChecker for PrivilegeAccess {
212212
Plan::ShowShares(_) => {}
213213
Plan::ShowObjectGrantPrivileges(_) => {}
214214
Plan::ShowGrantTenantsOfShare(_) => {}
215+
Plan::ExplainAst { .. } => {}
216+
Plan::ExplainSyntax { .. } => {}
215217
}
216218

217219
Ok(())

0 commit comments

Comments
 (0)