Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1721#discussion_r225255602
--- 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 --
Leftover from the temp upgrade we had done earlier. Don't need this error
anymore...
---