Re: [I] [Bug] Aggregation functions may have bugs [doris]

2024-01-21 Thread via GitHub
morrySnow closed issue #29987: [Bug] Aggregation functions may have bugs URL: https://github.com/apache/doris/issues/29987 -- 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: [I] [Bug] Aggregation functions may have bugs [doris]

2024-01-18 Thread via GitHub
xingyingone commented on issue #29987: URL: https://github.com/apache/doris/issues/29987#issuecomment-1898052102 sql: select ideaid, sum(ACCESSCOUNT) from dw_yp_data WHERE ACCESSCOUNT>0 and DT = '2022-10-26' group by ideaid; before: ![image](https://github.com/apache/doris/assets/167

Re: [I] [Bug] Aggregation functions may have bugs [doris]

2024-01-15 Thread via GitHub
xingyingone commented on issue #29987: URL: https://github.com/apache/doris/issues/29987#issuecomment-1892980417 ![image](https://github.com/apache/doris/assets/16775757/69b5658d-17de-4d48-b6e4-36d3404d07db) -- This is an automated message from the Apache Git Service. To respond to th

Re: [I] [Bug] Aggregation functions may have bugs [doris]

2024-01-15 Thread via GitHub
xingyingone commented on issue #29987: URL: https://github.com/apache/doris/issues/29987#issuecomment-1891627874 MySQL [bus_data]> SELECT distinct ideaid from dw_yp_data WHERE DT = '2022-10-26' and ideaid like '%40134%' order by ideaid ; ++ | ideaid | ++ | 40134

Re: [I] [Bug] Aggregation functions may have bugs [doris]

2024-01-15 Thread via GitHub
xingyingone commented on issue #29987: URL: https://github.com/apache/doris/issues/29987#issuecomment-1891625647 ![image](https://github.com/apache/doris/assets/16775757/28f796bb-df09-45de-ad2e-f941d35336fd) -- This is an automated message from the Apache Git Service. To respond to th

[I] [Bug] Aggregation functions may have bugs [doris]

2024-01-15 Thread via GitHub
xingyingone opened a new issue, #29987: URL: https://github.com/apache/doris/issues/29987 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.0.3-rc06-37d