Github user zellerh commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1721#discussion_r221695191
--- Diff: core/sql/sqlcomp/CmpDDLCatErrorCodes.h ---
@@ -69,7 +69,7 @@ enum CatErrorCode { CAT_FIRST_ERROR = 1000
, CAT_CATALOG_ALREADY_EXISTS = 1035
, CAT_CIRCULAR_PRIVS = 1036
, CAT_DEPENDENT_PRIV_EXISTS = 1037
- // unused = 1038
+ , CAT_UNABLE_TO_UPGRADE = 1037
--- End diff --
I don't see this error being used anywhere. Maybe I'm not looking for the
right thing?---
