This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 1083cb0d440 [Fix](Nerieds) insert into table with default not null but 
not included in insert schema (#39825)
     new 1049d09a0c3 [opt](mtmv) Support to contain select constant clause when 
create async materialized view (#40244)
     new 5aeef69aa70 [opt](Nereids) fix several insert into related issues 
(#40467)
     new af3850f9cc2 [chore](audit) let line comment work well (#40599)
     new 67ca4f6b9b0 [fix](mtmv) Fix duplicate column name not check when 
create materialized view (#40658)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/doris/catalog/Type.java   |   4 -
 .../doris/nereids/parser/LogicalPlanBuilder.java   |   2 +-
 .../doris/nereids/rules/analysis/BindSink.java     |  81 +++++++++-----
 .../expressions/functions/table/HttpStream.java    |  11 ++
 .../trees/plans/commands/info/CreateMTMVInfo.java  |  21 +++-
 .../trees/plans/commands/info/DMLCommandType.java  |   2 +
 .../java/org/apache/doris/qe/AuditLogHelper.java   |  12 +-
 .../main/java/org/apache/doris/qe/Coordinator.java |   5 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |  17 ++-
 .../one_row_relation_when_create.out}              |   6 +-
 .../insert_into_table/insert_use_table_id.out      |  48 --------
 .../agg_state/max/test_agg_state_max.groovy        |   2 +-
 .../insert_group_commit_into_unique.groovy         |   9 +-
 .../one_row_relation_when_create.groovy}           | 123 ++++++---------------
 .../same_column_name_check.groovy                  | 101 +++++++++++++++++
 .../insert_into_table/insert_use_table_id.groovy   | 107 ------------------
 .../mv/dimension/dimension_self_conn.groovy        |   2 +-
 .../mv/union_rewrite/usercase_union_rewrite.groovy |   4 +-
 18 files changed, 248 insertions(+), 309 deletions(-)
 copy regression-test/data/{bitmap_functions/test_bitmap_max.out => 
mtmv_p0/contain_one_row_relation/one_row_relation_when_create.out} (62%)
 delete mode 100644 
regression-test/data/nereids_p0/insert_into_table/insert_use_table_id.out
 copy 
regression-test/suites/{nereids_rules_p0/mv/availability/materialized_view_switch.groovy
 => mtmv_p0/contain_one_row_relation/one_row_relation_when_create.groovy} (56%)
 create mode 100644 
regression-test/suites/mtmv_p0/same_column_name_check/same_column_name_check.groovy
 delete mode 100644 
regression-test/suites/nereids_p0/insert_into_table/insert_use_table_id.groovy


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

Reply via email to