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 ace77925aa9 [Refactor](executor)Add information_schema.workload_groups 
(#32195)
     add 26369306009 [feature](Nereids) support agg state type in create table 
(#32171)

No new revisions were added by this update.

Summary of changes:
 .../sql-reference/Data-Types/AGG_STATE.md          |  4 +-
 .../sql-reference/Data-Types/AGG_STATE.md          |  4 +-
 .../org/apache/doris/catalog/AggStateType.java     |  4 +-
 .../antlr4/org/apache/doris/nereids/DorisLexer.g4  |  1 +
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 15 ++++-
 fe/fe-core/src/main/cup/sql_parser.cup             | 33 +++++------
 .../java/org/apache/doris/analysis/ColumnDef.java  |  4 +-
 .../doris/analysis/CreateMaterializedViewStmt.java |  2 +-
 .../org/apache/doris/catalog/AggregateType.java    |  2 +-
 .../main/java/org/apache/doris/catalog/Column.java | 35 ++----------
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 34 +++++++++++-
 .../mv/SelectMaterializedIndexWithAggregate.java   |  2 +-
 .../plans/commands/info/ColumnDefinition.java      | 64 ++++++++++++----------
 .../apache/doris/nereids/types/AggStateType.java   |  7 ---
 fe/fe-core/src/main/jflex/sql_scanner.flex         |  1 +
 .../test_vertical_compaction_agg_state.groovy      |  2 +-
 .../agg_state/avg/test_agg_state_avg.groovy        |  2 +-
 .../test_agg_state_group_concat.groovy             |  2 +-
 .../agg_state/max/test_agg_state_max.groovy        |  4 +-
 .../nereids/test_agg_state_nereids.groovy          |  2 +-
 .../test_agg_state_quantile_union.groovy           |  2 +-
 .../datatype_p0/agg_state/test_agg_state.groovy    |  2 +-
 .../suites/mv_p0/dis_26495/dis_26495.groovy        |  2 +-
 .../suites/statistics/test_agg_complex_type.groovy |  2 +-
 24 files changed, 121 insertions(+), 111 deletions(-)


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

Reply via email to