-
-
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): support in-completed column data during load data. (#1209) #1273
feat(tianmu): support in-completed column data during load data. (#1209) #1273
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
bf09580
to
66920b9
Compare
Codecov ReportBase: 43.12% // Head: 43.28% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1273 +/- ##
===================================================
+ Coverage 43.12% 43.28% +0.16%
===================================================
Files 1830 1830
Lines 396321 396166 -155
===================================================
+ Hits 170897 171485 +588
+ Misses 225424 224681 -743
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. |
e675776
to
5047242
Compare
7849009
to
facc44b
Compare
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
a699249
to
3862080
Compare
…neatom#1209) [summary] 1. support few column; 2. support too many column; 3. support the data of column is not completed,such as 3.1 such as start with the enclosed char, finished without enclosed char; 3.2 without line-termination string, but reach to the end of file;
3862080
to
3908f50
Compare
Summary about this PR
Issue Number: close #1209
3.1 such as start with the enclosed char, finished without enclosed char;
3.2 without line-termination string, but reach to the end of file;
Tests Check List
Changelog
Documentation