-
Notifications
You must be signed in to change notification settings - Fork 490
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
parser : add support for octet_length function #401
Conversation
Codecov Report
@@ Coverage Diff @@
## master #401 +/- ##
=======================================
Coverage 70.22% 70.22%
=======================================
Files 32 32
Lines 7448 7448
=======================================
Hits 5230 5230
Misses 1703 1703
Partials 515 515
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #401 +/- ##
=======================================
Coverage 70.22% 70.22%
=======================================
Files 32 32
Lines 7448 7448
=======================================
Hits 5230 5230
Misses 1703 1703
Partials 515 515
Continue to review full report at Codecov.
|
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.
PTAL @SunRunAway
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
What problem does this PR solve?
Add support for octet_length and Fix pingcap/tidb#11195
What is changed and how it works?
add a ast node
Check List
Tests
The PR in tidb is : pingcap/tidb#11451