-
Notifications
You must be signed in to change notification settings - Fork 313
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: implement rename table #802
feat: implement rename table #802
Conversation
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.
There are some conflicts that you might need to resolve
ec9eca8
to
5b75e62
Compare
Codecov Report
@@ Coverage Diff @@
## develop #802 +/- ##
===========================================
+ Coverage 85.23% 85.26% +0.03%
===========================================
Files 417 416 -1
Lines 54918 54382 -536
===========================================
- Hits 46808 46371 -437
+ Misses 8110 8011 -99
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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. You might need to resolve the conflicts again 😢
5b75e62
to
f188958
Compare
It's all fixed now. |
* feat: support renaming tables in the mito table engine * chore: add test for table engine * chore: fix test
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
implement renaming table in mito table engine
Checklist
Refer to a related PR or issue link (optional)
#723