-
Notifications
You must be signed in to change notification settings - Fork 761
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
Migrate TABLE
related DDL statements to new planner
#5774
Labels
C-feature
Category: feature
Comments
@leiysky HI, I would like to take |
thank you! but unfortunately I've been working on all the statements in the list. you could try an other issue. |
It's fine. I will pick another issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Statements:
CREATE TABLE
feature(planner): SupportCREATE TABLE
statement in new planner #5771DROP TABLE
ALTER TABLE
UNDROP TABLE
RENAME TABLE
TRUNCATE TABLE
OPTIMIZE TABLE
DESCRIBE TABLE
SHOW CREATE DATABASE
SHOW CREATE TABLE
SHOW TABLES
SHOW DATABASES
SHOW TABLE STATUS
The text was updated successfully, but these errors were encountered: