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 2021/01/25 09:54:22 UTC

[GitHub] [incubator-doris] morningman commented on issue #5296: [BUG] [materialized view] If the sql can hit the materialized view, then the FE will throw Exception: errCode = 2, detailMessage = Unknown column 'mv_count_columnname' ....

morningman commented on issue #5296:
URL: https://github.com/apache/incubator-doris/issues/5296#issuecomment-766695461


   This bug may be caused by table alias, the following sql is OK:
   ```
   select 
     `event_time_dayinweek`, 
     event_define_id, 
     count(event_id)
   from t_event
   group by `event_time_dayinweek`,`event_define_id` 
   order by event_time_dayinweek, count(event_id);
   ```
   
   We will look deep into it.


----------------------------------------------------------------
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:
users@infra.apache.org



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