This is an automated email from the ASF dual-hosted git repository. cambyzju pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from ca24024ff8d [Enhancement] (nereids)implement CreateUserCommand in nereids (#47554) add 1d2ae9fb884 [feat](bi) support default_init_catalog user property for external catalog (#49658) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/mysql/MysqlProto.java | 16 ++++++++ .../org/apache/doris/mysql/privilege/Auth.java | 9 +++++ .../mysql/privilege/CommonUserProperties.java | 12 ++++++ .../apache/doris/mysql/privilege/UserProperty.java | 21 ++++++++++ .../doris/mysql/privilege/UserPropertyMgr.java | 9 +++++ .../org/apache/doris/catalog/UserPropertyTest.java | 44 +++++++++++++++++++++ .../org/apache/doris/mysql/MysqlProtoTest.java | 45 +++++++++++++++++++++- .../apache/doris/planner/ResourceTagQueryTest.java | 2 +- 8 files changed, 156 insertions(+), 2 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org