-
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
executor: implement json time/duration #37579
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
3094a93
to
70cd5a8
Compare
/run-mysql-test tidb-test=pr/1960 |
/run-mysql-test tidb-test=pr/1960 |
/run-mysql-test tidb-test=pr/1960 |
PTAL @xiongjiwei |
/run-mysql-test tidb-test=pr/1960 |
/run-mysql-test tidb-test=pr/1960 |
/run-mysql-test tidb-test=pr/1960 |
@xhebox PTAL |
cac234e
to
737d2fe
Compare
@YangKeao Some tests may be related
|
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
/run-mysql-test tidb-test=pr/1960 |
/merge |
@YangKeao: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Fixed 🍻 |
/run-mysql-test tidb-test=pr/1960 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 90f7e3f
|
/run-mysql-test tidb-test=pr/1960 |
2 similar comments
/run-mysql-test tidb-test=pr/1960 |
/run-mysql-test tidb-test=pr/1960 |
TiDB MergeCI notify🔴 Bad News! [3] CI still failing after this pr merged.
|
Signed-off-by: YangKeao yangkeao@chunibyo.icu
What problem does this PR solve?
Issue Number: close #9988, close #31104
Problem Summary:
The TiDB doesn't distinguish the
DATETIME/DATE/TIMESTAMP/TIME
andSTRING
.What is changed and how it works?
Based on #37578
I added four types of JSON:
DATETIME/DATE/TIMESTAMP/TIME
, and the cast between them and theTime/Duration
.Check List
Tests
TODO
Release note