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
This plan doesn't look ideal to me -- since `col_int32` is int32 I think the exprs could be rewritten to
CASE WHEN #test.col_int32 > Int32(0) THEN Int32(1) ELSE Int32(0) END
Could be done as a follow on PR for sure
Originally posted by @alamb in #3699 (comment)
The text was updated successfully, but these errors were encountered:
unwrap_cast_in_comparison
To implement this, as @liukun4515 notes, the UnwrapCastInBinaryComparison code just needs to be extended to support unsigned types as well
UnwrapCastInBinaryComparison
Sorry, something went wrong.
I am working on this feature as we need it for IOx
am working on this feature as we need
look forward your pr
PR is now ready for review #4149
liukun4515
Successfully merging a pull request may close this issue.
Could be done as a follow on PR for sure
Originally posted by @alamb in #3699 (comment)
The text was updated successfully, but these errors were encountered: