We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API improvement
As discussed in #660 , we decide to using table id as the table data path to support RENAME TABLE. This issue tracks the progress of this work.
RENAME TABLE
This feature will be implemented in the following steps:
schema/table_id
The text was updated successfully, but these errors were encountered:
Looks like we already implement it. Thanks a lot @e1ijah1
Sorry, something went wrong.
@killme2008 rename is not implemented in cluster mode, we might need to reopen this.
MichaelScofield
e1ijah1
Successfully merging a pull request may close this issue.
What type of enhancement is this?
API improvement
What does the enhancement do?
As discussed in #660 , we decide to using table id as the table data path to support
RENAME TABLE
. This issue tracks the progress of this work.Implementation challenges
This feature will be implemented in the following steps:
schema/table_id
#728The text was updated successfully, but these errors were encountered: