Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.0
-
None
-
None
Description
Follow-up from SPARK-28265
SQL implementation of ALTER TABLE RENAME needs to be updated to use the TableCatalog API operation renameTable - having something like:
ALTER TABLE [catalog_name] [namespace_name] table_name TO [new_namespace_name] new_table_name