wangbo commented on issue #2781: Batch Operate Rollup table in Doris #2671
URL: https://github.com/apache/incubator-doris/pull/2781#issuecomment-575558491
 
 
   > Plz wait for my review, it will take some times.
   > 
   > I have a question:
   > 
   > For now, we support creating rollup for duplicate key table, not only 
aggregate key table. And we
   > support syntex like:
   > 
   > `create materialized view as select a, b, sum(c) from tbl1 group by a, b;`
   > 
   > How to support this in your new `create table stmt`?
   
   1.  duplicate key table is olap table,so it is supported;
   2.  I see "The materialized view is coming soon" in 
Catalog.createMaterializedView,create  MaterializedView is  not supported now 
,so I didn't consider this case;

----------------------------------------------------------------
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

Reply via email to