zhangy5 opened a new issue, #21470: URL: https://github.com/apache/doris/issues/21470
### 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 master: doris-0.0.0-trunk-11e18f4 ### What's Wrong? the result of avg(bigint) is wrong. expect result is 4159563.8 <img width="376" alt="image" src="https://github.com/apache/doris/assets/10826066/60140e3b-3cc9-4b9b-b985-efb91058e20e"> when baseall with "replication_allocation" = "tag.location.default: 3", the query results are not same. <img width="433" alt="image" src="https://github.com/apache/doris/assets/10826066/e56ce2c2-e7c9-4665-a9d7-c9fe66fe705c"> ### What You Expected? mysql result is 4159563.8 ### How to Reproduce? baseall table can be seen: https://github.com/apache/doris/blob/master/regression-test/suites/query_p0/load.groovy query: select avg(k4) from baseall; ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org