-
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]: DATETIME cannot be converted to BIGINT in CAST #3301
Comments
A proper error message should be given. |
int to datetime is out of conversation table. error message will be provided in 0.6 |
from int to datetime/date/timestamp, will be discussed in future release |
Hello @domingozhang. The bug issue in the BVT test code has not been removed,issues automatically open. |
BIGINT 不能转 DATETIME |
MO do not support the conversion BIGINT=>DATETIME base on the doc : https://doc.weixin.qq.com/sheet/e3_AdIAkQb_AEYGT3QVZBJQXqJghCjYF?scode=AJsA6gc3AA840KbtsHAAgAkgYHABU&tab=s8bwcy We can close the issue. |
Hello @domingozhang. The bug issue in the BVT test code has not been removed,issues automatically open. |
Is there an existing issue for the same bug?
Environment
Actual Behavior
SELECT CAST(20220101 AS datetime(0)) BETWEEN 20220101 AND -1;
Operator 'cast' with parameters [BIGINT DATETIME] 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: