Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/813#discussion_r86403370 --- Diff: core/sql/exp/exp_clause.h --- @@ -203,7 +203,12 @@ class SQLEXP_LIB_FUNC ex_clause : public NAVersionedObject { FUNC_ISIP_ID = 118, FUNC_INETATON_ID = 119, FUNC_INETNTOA_ID = 120, - AGGR_GROUPING_ID = 121 + AGGR_GROUPING_ID = 121, + FUNC_CRC32_ID = 122, + FUNC_MD5_ID = 123, + FUNC_SHA1_ID = 124, + FUNC_SHA2_ID = 125, + FUNC_SHA_ID = 126 --- End diff -- FUNC_SHA_ID is never used and should be deleted.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---