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 24b7b95f4d8 [fix](function) fix error result when STR_TO_DATE input 
all space (#48872)
     add ba3d0c7cde9 [Enhancement] (nereids) implement alterColumnStatsCommand 
in nereids (#48628)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  10 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  33 +++++
 .../apache/doris/nereids/trees/plans/PlanType.java |   4 +-
 .../plans/commands/AlterColumnStatsCommand.java}   | 121 +++++++---------
 .../plans/commands/AlterTableStatsCommand.java     | 160 +++++++++++++++++++++
 .../trees/plans/visitor/CommandVisitor.java        |  10 ++
 .../doris/statistics/StatisticsRepository.java     |  95 ++++++++++++
 .../doris/statistics/util/StatisticsUtil.java      |  18 +++
 8 files changed, 377 insertions(+), 74 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/{analysis/AlterColumnStatsStmt.java 
=> nereids/trees/plans/commands/AlterColumnStatsCommand.java} (70%)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/AlterTableStatsCommand.java


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

Reply via email to