caoyang10 commented on issue #5009: URL: https://github.com/apache/incubator-doris/issues/5009#issuecomment-737207097
I think I have found the way to solve the problem: I can use multi alter stmt like: **alter table test_table add column another_col BIGINT SUM NULL default "0" to rollup1, add column another_col BIGINT SUM NULL default "0" to rollup2** It will lock table until 3 ddl tasks all finish Maybe we can add some docs.... ---------------------------------------------------------------- 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. 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