This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from af50461211 [fix](statistics) fix CpuTimeMS in audit log when enable_vectorized_engine=true. (#14853) add ef1bb9819a [feature-wip](MTMV) Support mapping the partition rule of base table to the materialized view (#14930) No new revisions were added by this update. Summary of changes: fe/fe-core/pom.xml | 8 + fe/fe-core/src/main/cup/sql_parser.cup | 32 +++- .../apache/doris/analysis/ColumnPartitionDesc.java | 126 +++++++++++++++ .../CreateMultiTableMaterializedViewStmt.java | 5 +- .../org/apache/doris/analysis/CreateTableStmt.java | 80 +++++----- .../org/apache/doris/analysis/PartitionDesc.java | 4 +- .../apache/doris/catalog/ListPartitionInfo.java | 35 +++++ .../org/apache/doris/catalog/PartitionInfo.java | 22 +++ .../apache/doris/catalog/RangePartitionInfo.java | 33 ++++ .../java/org/apache/doris/catalog/TableIf.java | 1 + .../apache/doris/datasource/InternalCatalog.java | 2 +- .../catalog/MultiTableMaterializedViewTest.java | 171 +++++++++++++++++---- fe/pom.xml | 7 + 13 files changed, 452 insertions(+), 74 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/analysis/ColumnPartitionDesc.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org