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 26f50f4f0fc fix heap-use-after-free on map_agg (#25380) add 11bbeb9a218 [Enhance](resource group)db support replication_allocation (#25195) No new revisions were added by this update. Summary of changes: docs/en/docs/admin-manual/multi-tenant.md | 39 ++++++++- .../Alter/ALTER-DATABASE.md | 18 ++++ .../Create/CREATE-DATABASE.md | 8 ++ docs/zh-CN/docs/admin-manual/multi-tenant.md | 37 +++++++- .../Alter/ALTER-DATABASE.md | 18 ++++ .../Create/CREATE-DATABASE.md | 8 ++ .../doris/analysis/AlterDatabasePropertyStmt.java | 3 - .../org/apache/doris/analysis/CreateTableStmt.java | 49 ++++++++++- .../apache/doris/analysis/SinglePartitionDesc.java | 10 ++- .../java/org/apache/doris/catalog/Database.java | 47 +++++----- .../apache/doris/common/util/PropertyAnalyzer.java | 13 +++ .../apache/doris/planner/ResourceTagQueryTest.java | 99 ++++++++++++++++++++++ 12 files changed, 317 insertions(+), 32 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org