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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org