This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 987638bf64a [opt](tools) update tools schema (#35873)
     add 43d0f191d93 [opt](mtmv) Materialized view partition track supports 
date_trunc and optimize the fail reason (#35562)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/mtmv/MTMVPartitionInfo.java   |   6 -
 .../mv/AsyncMaterializationContext.java            |   6 +-
 .../exploration/mv/MaterializedViewUtils.java      | 221 ++++++++++++--
 .../mv/rollup/AggFunctionRollUpHandler.java        |   5 +-
 .../rules/expression/ExpressionNormalization.java  |   2 +
 .../rules/expression/rules/MergeDateTrunc.java     |  78 +++++
 .../org/apache/doris/nereids/trees/TreeNode.java   |   4 +-
 .../trees/expressions/literal/Interval.java        |  37 ++-
 .../commands/info/MTMVPartitionDefinition.java     | 107 ++++---
 .../exploration/mv/MaterializedViewUtilsTest.java  | 172 ++++++++---
 .../expression/ExpressionRewriteTestHelper.java    |   6 +
 .../rules/expression/MergeDateTruncTest.java       |  57 ++++
 .../data/mtmv_p0/test_rollup_partition_mtmv.out    |  22 ++
 .../mtmv_p0/test_rollup_partition_mtmv.groovy      | 325 +++++++++++++++++++++
 14 files changed, 900 insertions(+), 148 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/MergeDateTrunc.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/expression/MergeDateTruncTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to