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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]