You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "zengxl (JIRA)" <ji...@apache.org> on 2019/01/03 01:13:00 UTC

[jira] [Created] (SPARK-26521) Sparksql cannot modify the field name of a table

zengxl created SPARK-26521:
------------------------------

             Summary: Sparksql cannot modify the field name of a table
                 Key: SPARK-26521
                 URL: https://issues.apache.org/jira/browse/SPARK-26521
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.3.1
         Environment:  alter table tmp.testchange change column i m string;

*Error in query: ALTER TABLE CHANGE COLUMN is not supported for changing column 'i' with type 'StringType' to 'm' with type 'StringType';*
            Reporter: zengxl


When i alter table info use sparksql,throw excepiton



--
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