You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lysu
changed the title
count agg's type infer for decimal property is unaccurate
count agg's type infer for decimal property is inaccurate
May 22, 2020
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
use MySQL client connect tidb with
--column-type-info
execute
select count(1) from t
; (t can be any table have data)2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. Affected version (Required)
4.0 and master
5. Root Cause Analysis
count agg's type infer for decimal property is unaccurate
The text was updated successfully, but these errors were encountered: