Uh oh!
There was an error while loading. Please reload this page.
[Enhance](auth)row policy support role - #23022
Conversation
zddr
commented
Aug 16, 2023
run buildall |
hello-stephen
commented
Aug 16, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zddr
commented
Aug 17, 2023
run buildall |
zddr
commented
Aug 17, 2023
run buildall |
hello-stephen
commented
Aug 17, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zddr
commented
Aug 17, 2023
run p0 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
zddr
commented
Aug 22, 2023
run buildall |
hello-stephen
commented
Aug 22, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
```
CREATE ROW POLICY test_row_policy_1 ON test.table1 AS {RESTRICTIVE|PERMISSIVE} [TO user] [TO ROLE role] USING (id in (1, 2)); // add `to role`
DROP [ROW] POLICY [IF EXISTS] test_row_policy;//delete `for user` and `on table`
SHOW ROW POLICY [FOR user][FOR ROLE role] // add `for role`
``````
CREATE ROW POLICY test_row_policy_1 ON test.table1 AS {RESTRICTIVE|PERMISSIVE} [TO user] [TO ROLE role] USING (id in (1, 2)); // add `to role`
DROP [ROW] POLICY [IF EXISTS] test_row_policy;//delete `for user` and `on table`
SHOW ROW POLICY [FOR user][FOR ROLE role] // add `for role`
```
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...