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: [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]
