Edgar Rodriguez created SPARK-28265:
---------------------------------------
Summary: Missing TableCatalog API to rename table
Key: SPARK-28265
URL: https://issues.apache.org/jira/browse/SPARK-28265
Project: Spark
Issue Type: Improvement
Components: SQL
Affects Versions: 2.4.3
Reporter: Edgar Rodriguez
In the [Table Metadata API SPIP|https://docs.google.com/document/d/1zLFiA1VuaWeVxeTDXNg8bL6GP3BVoOZBkewFtEnjEoo/edit#]
([SPARK-27658|https://issues.apache.org/jira/browse/SPARK-27067]) the {{renameTable}} operation
for the TableCatalog API is defined as:
{code:java}
renameTable(CatalogIdentifier from, CatalogIdentifier to): Unit{code}
However, it was not included in the PR implementing it in [https://github.com/apache/spark/pull/24246].
It seems like this method is missing or is it unsupported?
Thanks!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|