You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/08 10:47:25 UTC

[GitHub] [doris] MrsZHui commented on issue #13174: [Bug] Doris创建物化视图导致be集群全部宕机

MrsZHui commented on issue #13174:
URL: https://github.com/apache/doris/issues/13174#issuecomment-1272290996

   明白了,但是不能说我使用cast function来创建物化视图导致进程崩溃,这个问题本身就不合理。不能保证用户肯定会按照规范来使用
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   At 2022-10-08 18:18:51, "siriume" ***@***.***> wrote:
   
   Materialized view don't support cast function. Please check the document above.
   Use Materialized view like this.
   
   create materialized view test_mv asselect dt
   ,new_cid
   ,sum(pv) as pv
   ,sum(duration) as duration
   ,sum(start_cnt) as start_cnt
   from
   test
   group by dt,new_cid;
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.Message ID: ***@***.***>


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org