davedwwang commented on issue #21834: URL: https://github.com/apache/doris/issues/21834#issuecomment-1659495379
@catpineapple I believe that transaction are not necessary.I looked at the implementation of "insert overwrite table", which is done through "create table like + insert into + alter table". Can "create or replace" be handled similarly? When the table does not exist, use "createTableStmt"; when the table exists, use "insertOverwriteStmt". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org