-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
plan, expression: add date function support for hash partition (#15068) #15618
Conversation
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
@@ -16,8 +16,9 @@ | |||
"explain select * from t1 left join t2 on true where t1.a = 1 and false", | |||
"explain select * from t1 left join t2 on true where t1.a = 1 and null", | |||
"explain select * from t1 left join t2 on true where t1.a = null", | |||
"explain select * from t1 where t1.a > 7 and t1.a < 3", | |||
"explain select * from t1 where t1.a between 7 and 3" | |||
// Case with date. |
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.
json doesn't support comment?
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.
rest LGTM
LGTM |
/merge |
Your auto merge job has been accepted, waiting for 15630 |
/run-all-tests |
What problem does this PR solve?
cherry-pick #15068 withn conflict fixed.