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

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


    from aebd17ff4b6 [enhance](auth)The priority of attributes is higher than 
session variable (#47185)
     add ff5c83b140c [feature](nereids)support CreateMaterializedViewCommand in 
nereids (#45674)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/alter/Alter.java    |  13 +
 .../doris/alter/MaterializedViewHandler.java       | 235 +++++++
 .../org/apache/doris/analysis/MVColumnItem.java    |  17 +-
 .../main/java/org/apache/doris/catalog/Env.java    |   6 +
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  12 +-
 .../nereids/trees/expressions/SlotReference.java   |   4 +
 .../apache/doris/nereids/trees/plans/PlanType.java |   1 +
 .../commands/CreateMaterializedViewCommand.java    | 719 +++++++++++++++++++++
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../doris/alter/MaterializedViewHandlerTest.java   |   1 +
 .../create_view_nereids/create_view_use_mv.groovy  |  12 +-
 .../mv_p0/agg_state/order_by/order_by.groovy       |   2 +-
 .../ut/testProjectionMV1/testProjectionMV1.groovy  |   6 +-
 13 files changed, 1010 insertions(+), 23 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateMaterializedViewCommand.java


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

Reply via email to