Github user zellerh commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1307#discussion_r153273845 --- Diff: core/sql/optimizer/ItemColRef.h --- @@ -359,6 +367,16 @@ class ConstValue : public ItemExpr enum CharInfo::CharSet strLitPrefixCharSet=CharInfo::UnknownCharSet ); + ConstValue(const NAWString& strval, --- End diff -- Same comment here.
---