xiaojunjie commented on issue #13622:
URL: https://github.com/apache/doris/issues/13622#issuecomment-1330274760

   ## Search before asking
    I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   ## Description
   The following document and code detail row policy
   document: [ROW 
POLICY](https://doris.apache.org/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-POLICY/)
   code: https://github.com/apache/doris/pull/9786
   
   Currently nereids not support row policy.
   
   **Subtasks**:
   - [x] 1. add new logical plan before logical relation in LogicalPlanBuilder.
   - [x] 2. add new rule that will turn new plan to logical filter in 
NereidsAnalyzer.
   - [x] 3. find row policies and merge them into a predicate for logical 
filter.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to