-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Function 'avg' with parameters DATE failed #3295
Comments
A proper error message should be given. |
need an error code in 0.6 |
avg will not support date because int cannot be converted from date in mo. |
Hello @domingozhang. The bug issue in the BVT test code has not been removed,issues automatically open. |
MO do not support the conversion DATE in the function AVG base on the doc : https://doc.weixin.qq.com/doc/w3_AAgAkgYHABUU6Y7hl0PQEuM6Tjv31?scode=AJsA6gc3AA8SOwl4g8AAgAkgYHABU We can close the issue. |
Is there an existing issue for the same bug?
Environment
Actual Behavior
select min(big),avg(big),count(big)+1 from t1 group by big;
Function 'avg' with parameters [DATE] will be implemented in future version.
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: