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 264a649 commit 49c556cCopy full SHA for 49c556c
src/query/service/src/interpreters/access/accessor.rs
@@ -24,7 +24,7 @@ use crate::sql::plans::Plan;
24
25
#[async_trait::async_trait]
26
pub trait AccessChecker: Sync + Send {
27
- // Check the access permission for the old plan.
+ // Check the access permission for the plan.
28
async fn check(&self, _plan: &Plan) -> Result<()>;
29
}
30
0 commit comments