davedwwang commented on issue #21834: URL: https://github.com/apache/doris/issues/21834#issuecomment-1659638798
@catpineapple Thank you for your reply. I think insertOverwrite is not fullRefresh because of "create table like", which copies the original table structure. So, if I replace "create table like" with "create table" in the "create table like + insert into + alter table" sequence, then I should be able to avoid introducing transaction, right? -- 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