renbo666 opened a new issue, #57278: URL: https://github.com/apache/doris/issues/57278
### 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 3.0 ### What's Wrong? sql语句为 SELECT count(0) FROM ads_dwd_click_detail WHERE offer_id = 888 888这个在表中是不存在的 报错如下: 1105 - errCode = 2, detailMessage = (172.18.13.229)[INVALID_ARGUMENT]There's NULL value in column which is illegal for non_nullable 当执行一条存在的数据时 上面语句不报错返回0 等几分钟后 再次查询上面的语句 又报错 ### What You Expected? 期望数据不存在 统计的时候返回0而不是报错 ### How to Reproduce? _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
