This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 96ed07c83ef [fix](test) fix some p2 external table test cases (#33624) new 0e5226e7c34 [fix](Nereids) create view should forward to master (#33626) new 565de9d7cdd [fix](create table) Fix create table exception without cleaning the e… (#33574) new 80f25cbf755 [fix](schema change) follow fe set sc fail replicas as bad (#33569) The 3 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: be/src/olap/schema_change.cpp | 6 + .../java/org/apache/doris/alter/AlterHandler.java | 1 + .../java/org/apache/doris/alter/AlterJobV2.java | 5 + .../java/org/apache/doris/alter/RollupJobV2.java | 27 +++-- .../org/apache/doris/alter/SchemaChangeJobV2.java | 27 +++-- .../apache/doris/datasource/InternalCatalog.java | 24 +++- .../trees/plans/commands/CreateViewCommand.java | 2 +- .../test_create_table_exception.groovy | 127 +++++++++++++++++++++ .../test_schema_change_fail.groovy | 94 +++++++++++++++ 9 files changed, 286 insertions(+), 27 deletions(-) create mode 100644 regression-test/suites/partition_p0/test_create_table_exception.groovy create mode 100644 regression-test/suites/schema_change_p2/test_schema_change_fail.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org