Uh oh!
There was an error while loading. Please reload this page.
[Feature](materialized-view) support count(1) on materialized view - #28135
Conversation
BiteTheDDDDt
commented
Dec 7, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Dec 7, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 7, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
BiteTheDDDDt
commented
Dec 8, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Dec 8, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
BiteTheDDDDt
commented
Dec 8, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Dec 8, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Dec 8, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Dec 8, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…pache#28135) support count(1) on materialized view fix match failed like select k1, sum(k1) from t group by k1
Proposed changes
select k1, sum(k1) from t group by k1Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...