kangpinghuang commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r355104137
########## File path: fe/src/main/java/org/apache/doris/alter/RollupHandler.java ########## @@ -406,6 +413,48 @@ public void processDropRollup(DropRollupClause alterClause, Database db, OlapTab LOG.info("finished drop rollup index[{}] in table[{}]", rollupIndexName, olapTable.getName()); } + // sql: alter table base_table_name set property ("storage_format" = "v2"); Review comment: Ok, I will reserve this grammar for schema change. I will use alter table xxx add rollup xxx grammar to realize adding segment v2 rollup ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org