-
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
*: add a flag EncodeType for response to use Arrow/Default format to decode. #12536
Conversation
/run-all-tests tikv=pr/5584 |
Why the build failed? |
Codecov Report
@@ Coverage Diff @@
## master #12536 +/- ##
===========================================
Coverage 79.9053% 79.9053%
===========================================
Files 460 460
Lines 103137 103137
===========================================
Hits 82412 82412
Misses 14710 14710
Partials 6015 6015 |
/run-all-tests tikv=pr/5584 |
/run-integration-compatibility-test |
/run-integration-compatibility-test tikv=pr/5584 |
I change the proto and adjust tidb and tikv's code. |
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
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 |
@wshwsh12 merge failed. |
/run-all-tests tikv=pr/5584 |
/run-all-tests tikv=pr/5584 |
/run-all-tests tikv=pr/5584 |
What problem does this PR solve?
Now the
SelectResponse
use two field to save Arrow/Default format data. But they are both bytes array and can use the same field. We can add fieldEncodeType
instead of fieldRowBatchData
.What is changed and how it works?
Remove the field
RowBatchData
and add the flag fieldEncodeType
.Check List
Tests
Code changes
Side effects
Related changes
Release note