This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 4403e3012c1 Refactor get row count related interface, add row count cache for external table. (#31276) add d1e229d1c78 [fix](Nereids) support check authorization for view but skip check in the view (#31289) No new revisions were added by this update. Summary of changes: .../org/apache/doris/nereids/CascadesContext.java | 30 +++++--- .../doris/nereids/jobs/executor/Analyzer.java | 7 +- .../doris/nereids/rules/analysis/BindRelation.java | 18 +++-- .../nereids/rules/analysis/UserAuthentication.java | 33 +++------ .../apache/doris/external/hms/HmsCatalogTest.java | 20 ++++++ .../org/apache/doris/qe/HmsQueryCacheTest.java | 16 +++++ .../account_p0/test_nereids_row_policy.groovy | 9 ++- .../authorization/view_authorization.groovy | 82 ++++++++++++++++++++++ 8 files changed, 171 insertions(+), 44 deletions(-) create mode 100644 regression-test/suites/nereids_p0/authorization/view_authorization.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org