mchades opened a new issue, #8375: URL: https://github.com/apache/gravitino/issues/8375
### Describe the feature supports RENAME TABLE to move a table from one database to another ### Motivation Currently, we only support renaming a table within the same database. However, some systems, such as MySQL (https://dev.mysql.com/doc/refman/8.4/en/rename-table.html), support renaming a table to move it between databases. ### Describe the solution Add a new change type like "moveToSchema" to the table change support. ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
