This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from e32eef5f0be [Fix](Nereids) fix leading syntax problems and data mismatched problem (#32286) add c2e155e30f9 [enhance](auth)row policy support catalog and match name instead id (#32310) No new revisions were added by this update. Summary of changes: .../org/apache/doris/analysis/StmtRewriter.java | 15 ++- .../mysql/privilege/AccessControllerManager.java | 3 +- .../mysql/privilege/CatalogAccessController.java | 4 +- .../mysql/privilege/InternalAccessController.java | 19 +--- .../trees/plans/logical/LogicalCheckPolicy.java | 9 +- .../org/apache/doris/policy/DropPolicyLog.java | 42 +++++-- .../main/java/org/apache/doris/policy/Policy.java | 11 +- .../java/org/apache/doris/policy/PolicyMgr.java | 126 +++++++++++++++++---- .../java/org/apache/doris/policy/RowPolicy.java | 44 +++++-- .../apache/doris/datasource/ColumnPrivTest.java | 3 +- .../nereids/privileges/TestCheckPrivileges.java | 2 +- 11 files changed, 183 insertions(+), 95 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org