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 2020/08/21 02:33:35 UTC

[GitHub] [incubator-doris] zhangy5 opened a new issue #4411: [Bug] Some datatypes in materialized view do not match

zhangy5 opened a new issue #4411:
URL: https://github.com/apache/incubator-doris/issues/4411


   **Describe the bug**
   ![image](https://user-images.githubusercontent.com/10826066/90845527-ce115d00-e398-11ea-9e3b-55b14091b1ba.png)
    
   **To Reproduce**
   1. create table:
   `CREATE TABLE test_sys_materialized_view_2_test_create_dup_min_mv_tb_dup ( k0 BOOLEAN NOT NULL, k1 TINYINT NOT NULL, k2 SMALLINT NOT NULL, k3 INT NOT NULL, k4 BIGINT NOT NULL, k5 LARGEINT NOT NULL, k6 DECIMAL(9,3) NOT NULL, k7 CHAR(5) NOT NULL, k8 DATE NOT NULL, k9 DATETIME NOT NULL, k10 VARCHAR(20) NOT NULL, k11 DOUBLE NOT NULL, k12 FLOAT NOT NULL )  DISTRIBUTED BY HASH(k0) BUCKETS 10`
   
   2. create materialized view 
   `CREATE MATERIALIZED VIEW min_mv AS select k0, min(k1), min(k2), min(k3), min(k4), min(k5), min(k6), min(k7), min(k8), min(k9), min(k10), min(k11), min(k12) from test_sys_materialized_view_2_test_create_dup_min_mv_tb_dup group by k0`
   
   3. desc materialized view
   
   


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


[GitHub] [incubator-doris] EmmyMiao87 closed issue #4411: [Bug] Some datatypes in materialized view do not match

Posted by GitBox <gi...@apache.org>.
EmmyMiao87 closed issue #4411:
URL: https://github.com/apache/incubator-doris/issues/4411


   


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