-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: push down expr json_length to tiflash #17588
Conversation
Signed-off-by: Tong Zhigao <tongzhigao@pingcap.com>
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/run-all-tests |
/rebuild |
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.
Please add a unit test.
Signed-off-by: Tong Zhigao <tongzhigao@pingcap.com>
@lzmhhh123 PTAL |
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
Codecov Report
@@ Coverage Diff @@
## master #17588 +/- ##
================================================
- Coverage 79.5052% 79.4216% -0.0837%
================================================
Files 520 520
Lines 140041 139904 -137
================================================
- Hits 111340 111114 -226
- Misses 19740 19821 +81
- Partials 8961 8969 +8 |
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
/run-all-tests |
cherry pick to release-4.0 failed |
/unlabel component/expression |
/label component/expression |
/run-cherry-picker |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17592 |
Signed-off-by: Tong Zhigao tongzhigao@pingcap.com
What problem does this PR solve?
tiflash has implemented expression
json_length
in PR: [FLASH-1141] support json_length expr tiflash#741.Make tidb can push down scalar function
json_length
to tiflash.What is changed and how it works?
What's Changed:
json_length
to white list which can be pushed down to tiflash.Check List
Tests
Release note