This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 4179db17ecf [opt](fe) Adjust two default configuration for fe (#35276) add 465b952e5f0 [fix](create-table)The CREATE TABLE IF NOT EXISTS AS SELECT statement should refrain from performing any INSERT operations if the table already exists #35210 (#35419) No new revisions were added by this update. Summary of changes: .../doris/analysis/CreateTableAsSelectStmt.java | 8 ++ .../main/java/org/apache/doris/catalog/Env.java | 38 ++++----- .../apache/doris/datasource/InternalCatalog.java | 94 ++++++++++------------ .../doris/external/iceberg/IcebergCatalogMgr.java | 12 ++- .../java/org/apache/doris/qe/StmtExecutor.java | 3 + ...est_create_table_if_not_exists_as_select.groovy | 76 +++++++++++++++++ 6 files changed, 159 insertions(+), 72 deletions(-) create mode 100644 regression-test/suites/table_p0/test_create_table_if_not_exists_as_select.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org