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 4096dfad945 [Enhancement](nereids)support show build index (#51570)
add 40bed88d24d [Enhancement](nereids)support show alter table (#51562)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +-
.../apache/doris/common/proc/RollupProcDir.java | 146 ++++++++++++++++
.../doris/common/proc/SchemaChangeProcDir.java | 146 ++++++++++++++++
.../doris/nereids/parser/LogicalPlanBuilder.java | 55 ++++++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
...ndexCommand.java => ShowAlterTableCommand.java} | 193 +++++++++++++--------
.../trees/plans/visitor/CommandVisitor.java | 5 +
.../plans/commands/ShowAlterTableCommandTest.java | 173 ++++++++++++++++++
.../show/test_nereids_show_alter_table.groovy | 114 ++++++++++++
9 files changed, 759 insertions(+), 80 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowBuildIndexCommand.java
=> ShowAlterTableCommand.java} (64%)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/ShowAlterTableCommandTest.java
create mode 100644
regression-test/suites/nereids_p0/show/test_nereids_show_alter_table.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]