We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CastOptions
Describe the bug
If a numeric value will be overflow when casted, the kernel of cast will always return NULL.
cast
NULL
The behavior of the CAST numeric can't be determined by the CastOptions
CAST
To Reproduce
CAST:( INT32(-5)) TO UINT8
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
CastOption
I think other data types have the same issue. cc @alamb
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
If a numeric value will be overflow when casted, the kernel of
cast
will always returnNULL
.The behavior of the
CAST
numeric can't be determined by theCastOptions
To Reproduce
CAST:( INT32(-5)) TO UINT8
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: