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 59d47666865 [Chore](nereids) Remove DropStageStmt (#53178)
     add d40430a353e [Enhancement] (nereids)implement showColumnStatsCommand in 
nereids (#45439)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   6 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  20 ++
 .../apache/doris/nereids/trees/plans/PlanType.java |   1 +
 .../plans/commands/ShowColumnStatsCommand.java}    | 210 +++++++++++++++++----
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../test_show_column_stats_command.groovy}         |  43 +++--
 6 files changed, 223 insertions(+), 62 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowColumnStatsStmt.java => 
nereids/trees/plans/commands/ShowColumnStatsCommand.java} (56%)
 copy regression-test/suites/nereids_p0/{test_lock_tables_command.groovy => 
show/test_show_column_stats_command.groovy} (51%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to