-
Notifications
You must be signed in to change notification settings - Fork 287
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
decode: support new format of row data #241
Conversation
/run-all-tests |
/run-all-tests |
/run-all-tests |
2 similar comments
/run-all-tests |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
========================================
Coverage ? 48.9%
========================================
Files ? 50
Lines ? 4466
Branches ? 0
========================================
Hits ? 2184
Misses ? 2046
Partials ? 236
Continue to review full report at Codecov.
|
@suzaku PTAL again |
/run-all-tests |
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
# Conflicts: # go.mod
# Conflicts: # go.mod
/run-all-tests |
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
btw, shall we upgrade the TiDB binary in jenkins integration test to the latest? |
I will do that and add an integration test for row format compatibility |
What problem does this PR solve?
Ref: pingcap/tidb#12634
https://github.com/pingcap/tidb/blob/master/docs/design/2018-07-19-row-format.md
support new format of row data
What is changed and how it works?
decodeRowV1
,decodeRowV2
Check List
Tests