Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-04-05 Thread via GitHub
doris-robot commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2767879508 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] [feature](agg function) upport corr_welford agg function [doris]

2025-04-04 Thread via GitHub
hello-stephen commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2765986964 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
hello-stephen commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2768024481 # BE UT Coverage Report Increment line coverage `92.50% (111/120)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/92c60770d87fe149f37d6528efbf3b

Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
doris-robot commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2767848538 TPC-H: Total hot run time: 33912 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
doris-robot commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2767869289 TPC-DS: Total hot run time: 192217 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
Mryange commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2767787464 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. To unsu

Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
hello-stephen commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2767109268 # BE UT Coverage Report Increment line coverage `92.50% (111/120)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/2cefe51093ee3b141564e8abe6373c

Re: [PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
Mryange commented on PR #49712: URL: https://github.com/apache/doris/pull/49712#issuecomment-2766757443 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. To unsu

[PR] [feature](agg function) upport corr_welford agg function [doris]

2025-03-31 Thread via GitHub
Mryange opened a new pull request, #49712: URL: https://github.com/apache/doris/pull/49712 ### What problem does this PR solve? In the past, due to performance considerations, the implementation of corr was relatively simple, avoiding division operations except in the final step.