Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1721#discussion_r225014867
--- 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 assume you want this to be 1038?---
