-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feat(tianmu): fix bug: The data type was not determined during load data. (#852) #1105
feat(tianmu): fix bug: The data type was not determined during load data. (#852) #1105
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
…ata. (stoneatom#852) [summary] function GetValue should not truncate string from delimiter character; e.g, string "HO,lDAVvCDTthJs3oYHW" enclosed by double-quote, be should stored as a whole;
99f6011
to
54b3bee
Compare
Codecov ReportBase: 33.92% // Head: 33.92% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1105 +/- ##
===================================================
- Coverage 33.92% 33.92% -0.01%
===================================================
Files 1807 1807
Lines 395062 395058 -4
===================================================
- Hits 134036 134030 -6
- Misses 261026 261028 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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
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
Summary about this PR
Issue Number: close #852
[summary]
function GetValue should not truncate string from delimiter character;
e.g, string "HO,lDAVvCDTthJs3oYHW" enclosed by double-quote, be should stored as a whole;
Tests Check List
Changelog
Documentation