jobar commented on a change in pull request #21012: [SPARK-23890][SQL] Support CHANGE COLUMN to add nested fields to structs URL: https://github.com/apache/spark/pull/21012#discussion_r245241992
########## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala ########## @@ -294,8 +295,10 @@ case class AlterTableUnsetPropertiesCommand( /** - * A command to change the column for a table, only support changing the comment of a non-partition + * A command to change the column for a table. For now, this only supports: * column for now. Review comment: This line should be removed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
