-
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]: Conversion failed from INT to CHAR in CAST #3252
Labels
bvt
error occurred during bvt test
kind/bug
Something isn't working
priority/p0
Critical feature that should be implemented in this version
triage/accepted
Milestone
Comments
Should provide a proper error message. |
INT to CHAR in CAST has been supported now. |
aressu1985
added
the
severity/s1
High impact: Logical errors or data errors that must occur
label
Aug 10, 2022
domingozhang
added
priority/p1
Medium priority feature that should be implemented in this version
and removed
severity/s1
High impact: Logical errors or data errors that must occur
labels
Nov 21, 2022
fengttt
added
priority/p0
Critical feature that should be implemented in this version
and removed
wontfix
This will not be worked on
priority/p1
Medium priority feature that should be implemented in this version
labels
Feb 9, 2023
Please check if this is already fixed, and close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bvt
error occurred during bvt test
kind/bug
Something isn't working
priority/p0
Critical feature that should be implemented in this version
triage/accepted
Is there an existing issue for the same bug?
Environment
Actual Behavior
select cast(Age as char) and Age as cAge from Demochar where Age>=50 order by cAge;
Operator 'and' with parameters [CHAR INT] 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: