This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from d5dccac270c [enhancement](test) Throw exception explicitly in forward query test (#40742) (#41470) add b5e94b65c00 [fix](mtmv) Generate mtmv cache should use ADMIN user, and rewritten plan should not check privilege (#40374) (#41450) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/catalog/MTMV.java | 8 +- .../mysql/privilege/AccessControllerManager.java | 9 +++ .../nereids/rules/analysis/UserAuthentication.java | 6 +- .../exploration/mv/MaterializedViewUtils.java | 9 ++- ...st.java => MtmvCacheNewConnectContextTest.java} | 21 +++-- .../mv/with_auth/with_select_table_auth.groovy} | 90 ++++++++++++++++------ 6 files changed, 107 insertions(+), 36 deletions(-) copy fe/fe-core/src/test/java/org/apache/doris/nereids/mv/{MvTableIdIsLongTest.java => MtmvCacheNewConnectContextTest.java} (81%) copy regression-test/suites/{mtmv_p0/contain_one_row_relation/one_row_relation_when_create.groovy => nereids_rules_p0/mv/with_auth/with_select_table_auth.groovy} (66%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org