This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 69aebc2d256 [branch-2.1] Picks "[Fix](schema change) Fix can't do
reorder column schema change for MOW table and duplicate key table #37067"
(#37226)
add 077fda42599 [enhance](mtmv)show create materialized view (#36188)
(#37125)
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 | 499 ++++++++++++---------
.../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, 537 insertions(+), 275 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]