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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
