-
Notifications
You must be signed in to change notification settings - Fork 761
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
feat(expr): Support UInt32, UInt64, Int32, Int64 in new expression #6660
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request's title is not fulfill the requirements. @jiaoew1991 please update it 🙏. Valid format:
Valid types:
|
c7692e5
to
d77ca78
Compare
d77ca78
to
373b373
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#6661 has introduced some conflicts. There are two major changes that will affect this PR:
|
373b373
to
5ed6ac3
Compare
Signed-off-by: Enwei Jiao <jiaoew2011@gmail.com>
5ed6ac3
to
ba6b9b8
Compare
Signed-off-by: Enwei Jiao <jiaoew2011@gmail.com>
b846073
to
90c51a7
Compare
@andylokandy any more review suggestions? |
This PR looks well good now! Let's require another LGTM from @sundy-li @ygf11 @xudong963 |
LGTM now |
LGTM |
Signed-off-by: Enwei Jiao jiaoew2011@gmail.com
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Support more Int family types in new expression
Fixes #6636