soumyakanti3578 commented on code in PR #5715: URL: https://github.com/apache/hive/pull/5715#discussion_r2021865019
########## common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java: ########## @@ -351,6 +351,7 @@ public enum ErrorMsg { "Resource type GLOBAL is not supported in this authorization setting", "28000"), UNSUPPORTED_AUTHORIZATION_RESOURCE_TYPE_COLUMN(10258, "Resource type COLUMN is not supported in this authorization setting", "28000"), + CANNOT_DROP_COLUMN(10259,"Drop column is not supported for table {0}. SerDe may be incompatible.", true), Review Comment: nit: Need a space after comma -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org