File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cubejs-schema-compiler/src/compiler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ export class ViewCompilationGate {
66 }
77
88 public compile ( cubes : any [ ] ) {
9- // When developing Data Access Policies feature, we've came across a
9+ // When developing Data Access Policies feature, we've come across a
1010 // limitation that Cube members can't be referenced in access policies defined on Views,
1111 // because views aren't (yet) compiled at the time of access policy evaluation.
12- // To workaround this limitation and additional compilation pass is necessary,
12+ // To work around this limitation and additional compilation pass is necessary,
1313 // however it comes with a significant performance penalty.
1414 // This gate check whether the data model contains views with access policies,
1515 // and only then allows the additional compilation pass.
You can’t perform that action at this time.
0 commit comments