Skip to content
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

Merged
merged 3 commits into from
Mar 25, 2020

Conversation

imtbkcat
Copy link

What problem does this PR solve?

cherry-pick #15068 withn conflict fixed.

Copy link
Member

@zz-jason zz-jason left a 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.
Copy link
Member

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?

Copy link
Member

@jackysp jackysp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest LGTM

@tiancaiamao
Copy link
Contributor

LGTM

@jackysp
Copy link
Member

jackysp commented Mar 25, 2020

/merge

@sre-bot sre-bot added the status/can-merge Indicates a PR has been approved by a committer. label Mar 25, 2020
@sre-bot
Copy link
Contributor

sre-bot commented Mar 25, 2020

Your auto merge job has been accepted, waiting for 15630

@sre-bot
Copy link
Contributor

sre-bot commented Mar 25, 2020

/run-all-tests

@sre-bot sre-bot merged commit dc1152c into pingcap:release-3.0 Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression sig/planner SIG: Planner status/can-merge Indicates a PR has been approved by a committer. type/3.0-cherry-pick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants