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 5e009b5abd3 [fix](mtmv) Fix data wrong if base table add new partition
when query rewrite by partition rolled up mv (#36414)
add 025b12de5df [enhance](mtmv)show create materialized view (#36188)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 1 +
fe/fe-core/src/main/cup/sql_parser.cup | 4 +
...ShowRollupStmt.java => ShowCreateMTMVStmt.java} | 65 ++-
.../apache/doris/analysis/ShowCreateTableStmt.java | 6 +
.../main/java/org/apache/doris/catalog/Env.java | 545 ++++++++++++---------
.../doris/nereids/parser/LogicalPlanBuilder.java | 9 +
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
...MTMVCommand.java => ShowCreateMTMVCommand.java} | 19 +-
...elMTMVTaskInfo.java => ShowCreateMTMVInfo.java} | 51 +-
.../trees/plans/visitor/CommandVisitor.java | 5 +
.../java/org/apache/doris/qe/ShowExecutor.java | 21 +
.../java/org/apache/doris/qe/StmtExecutor.java | 9 +
.../test_alter_distribution_type_mtmv.groovy | 2 +-
.../suites/mtmv_p0/test_bloom_filter_mtmv.groovy | 6 +-
.../suites/mtmv_p0/test_build_mtmv.groovy | 8 +
.../suites/mtmv_p0/test_compression_mtmv.groovy | 2 +-
.../suites/mtmv_p0/test_show_create_mtmv.groovy | 104 ++++
17 files changed, 560 insertions(+), 298 deletions(-)
copy fe/fe-core/src/main/java/org/apache/doris/analysis/{ShowRollupStmt.java
=> ShowCreateMTMVStmt.java} (57%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ResumeMTMVCommand.java
=> ShowCreateMTMVCommand.java} (67%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/{CancelMTMVTaskInfo.java
=> ShowCreateMTMVInfo.java} (69%)
create mode 100644 regression-test/suites/mtmv_p0/test_show_create_mtmv.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]