holdenk commented on code in PR #42524:
URL: https://github.com/apache/spark/pull/42524#discussion_r1351065858


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -97,6 +97,12 @@
       "The method <methodName> can not be called on streaming 
Dataset/DataFrame."
     ]
   },
+  "CANNOT_ALTER_PARTITION_COLUMN" : {
+    "message" : [
+      "ALTER TABLE (ALTER|CHANGE) COLUMN is not supported for partition 
columns, but found the partition column <columnName> in the table <tableName>"
+    ],

Review Comment:
   Would it be good to clarify that it is not supported with the catalog of the 
specified table? e.g. sometimes it is supported with the right catalog.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to