Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-08 Thread via GitHub
starocean999 merged PR #34475: URL: https://github.com/apache/doris/pull/34475 -- 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:

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-08 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099955287 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit c2118a67caa9b79d8f42cf38d7503c985905319c with default session variables Stream

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-08 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099949151 ClickBench: Total hot run time: 30.46 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-08 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099938717 TPC-DS: Total hot run time: 202612 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-08 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099917390 TPC-H: Total hot run time: 50259 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-08 Thread via GitHub
starocean999 commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099885470 run buildall -- 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.

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-07 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099780946 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit f86c90764700fc205c99d8650fd9122eae680e37 with default session variables Stream

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-07 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099778193 ClickBench: Total hot run time: 31.15 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-07 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099773400 TPC-DS: Total hot run time: 203526 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-07 Thread via GitHub
doris-robot commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099759949 TPC-H: Total hot run time: 49843 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2024-05-07 Thread via GitHub
starocean999 commented on PR #34475: URL: https://github.com/apache/doris/pull/34475#issuecomment-2099740830 run buildall -- 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.

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2023-11-26 Thread via GitHub
morrySnow merged PR #27006: URL: https://github.com/apache/doris/pull/27006 -- 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:

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2023-11-26 Thread via GitHub
XieJiann commented on code in PR #27006: URL: https://github.com/apache/doris/pull/27006#discussion_r1405587597 ## fe/fe-common/src/main/java/org/apache/doris/catalog/ScalarType.java: ## @@ -1060,7 +1060,13 @@ public static ScalarType getAssignmentCompatibleType(

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27006: URL: https://github.com/apache/doris/pull/27006#issuecomment-1827067296 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [opt](Nereids) support where, group by, having, order by clause without from clause in query statement [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27006: URL: https://github.com/apache/doris/pull/27006#issuecomment-1827067274 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to