-
Notifications
You must be signed in to change notification settings - Fork 334
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
chore: check catalog deregister result #1810
chore: check catalog deregister result #1810
Conversation
7b5bc27
to
5c7ad3a
Compare
5c7ad3a
to
ee43a8d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1810 +/- ##
===========================================
- Coverage 86.38% 86.10% -0.28%
===========================================
Files 584 584
Lines 95415 95445 +30
===========================================
- Hits 82425 82186 -239
- Misses 12990 13259 +269 |
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
92a2f04
to
9c33f86
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
* chore: check deregister result and return error on failure * refactor: SystemCatalog::deregister_table returns Result<()>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
This PR adds result check when invoking
CatalogManager::deregister_table
. We should remove the return value of this API in #1803 .Checklist
Refer to a related PR or issue link (optional)