[ 
https://issues.apache.org/jira/browse/SPARK-26613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-26613:
------------------------------------

    Assignee: Apache Spark

> Add another rename table grammar for spark sql
> ----------------------------------------------
>
>                 Key: SPARK-26613
>                 URL: https://issues.apache.org/jira/browse/SPARK-26613
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0
>            Reporter: jiaan.geng
>            Assignee: Apache Spark
>            Priority: Minor
>
> The current version of spark sql contains a rename grammar,like:
> `alter table nameA rename to nameB` or `alter view nameA rename to nameB`.
> Many database(e.g. mysql,oracle.) provide another grammar,like:
> `rename table nameA to nameB`.
> I thought maybe spark sql could consider the compatibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to