-
Notifications
You must be signed in to change notification settings - Fork 411
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
Fix cast decimal as string #1256
Fix cast decimal as string #1256
Conversation
@windtalker PTAL |
/run-all-tests |
…ky/tics into fix/cast-decimal-as-string
/run-all-tests |
/run-all-tests |
@windtalker PTAL, again |
/run-all-tests |
…ky/tics into fix/cast-decimal-as-string
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
…ky/tics into fix/cast-decimal-as-string
/run-all-tests |
/run-all-tests |
/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
/merge |
/run-all-tests |
cherry pick to release-4.0 failed |
@@ -101,7 +101,6 @@ struct TiDBConvertToString | |||
auto col_to = ColumnString::create(); | |||
ColumnString::Chars_t & data_to = col_to->getChars(); | |||
ColumnString::Offsets & offsets_to = col_to->getOffsets(); | |||
WriteBufferFromVector<ColumnString::Chars_t> write_buffer(data_to); |
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.
@LittleFall This part is related to #1998
What problem does this PR solve?
Issue Number: close #1255
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
How it Works:
Related changes
Check List
Tests
Release note