Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li merged PR #37545: URL: https://github.com/apache/doris/pull/37545 -- 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: commits-unsubscr...@doris.ap

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

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

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

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

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

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

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2219582915 run performance -- 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

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2219454590 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 un

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

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

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2219409684 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 un

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2219349594 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 un

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2217238415 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 UR

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2217238311 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 GitHu

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2217230953 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 un

Re: [PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37545: URL: https://github.com/apache/doris/pull/37545#issuecomment-2217230199 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+process+y

[PR] [fix](statistics)Fix column cached stats size bug. [doris]

2024-07-09 Thread via GitHub
Jibing-Li opened a new pull request, #37545: URL: https://github.com/apache/doris/pull/37545 Fix column cached stats average size calculate bug. Average size is double type, when calculating, it is calculated by totalSize/rowCount. We need to case totalSize to double, otherwise the result i