-
-
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
fix(tianmu): ALTER TABLE prompt information is incorrect.(#1142) #1183
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov ReportBase: 43.29% // Head: 42.94% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1183 +/- ##
===================================================
- Coverage 43.29% 42.94% -0.36%
===================================================
Files 1830 1830
Lines 396110 396031 -79
===================================================
- Hits 171506 170062 -1444
- Misses 224604 225969 +1365
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. |
Nice, 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
…oneatom#1142) Add test cases for ALTER TABLE when exception occurs by inplace algorithm
dbefb7d
to
6594ec1
Compare
Summary about this PR
Issue Number: close #1142
[summary]
1.Add test cases for ALTER TABLE when exception occurs by inplace algorithm
2.Print the specific information of known exceptions to better understand the cause of the problem
Tests Check List
Changelog
Documentation