Edgar Rodriguez created SPARK-28717:
---------------------------------------

             Summary: Update SQL TABLE RENAME  to use TableCatalog#renameTable 
operation
                 Key: SPARK-28717
                 URL: https://issues.apache.org/jira/browse/SPARK-28717
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Edgar Rodriguez


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: 
{code:java}
ALTER TABLE [catalog_name] [namespace_name] table_name
TO [new_namespace_name] new_table_name{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to