Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1485#discussion_r177269894
--- Diff: core/sql/common/ComResWords.cpp ---
@@ -395,8 +395,6 @@ const ComResWord ComResWords::resWords_[] = {
ComResWord("USAGE", ANS_|RESWORD_),
ComResWord("USER", ANS_|RESWORD_),
ComResWord("USING", ANS_|RESWORD_),
- ComResWord("UUID", ANS_|RESWORD_),
- ComResWord("VALUE", ANS_|RESWORD_),
--- End diff --
It is better to leave VALUE reserved, I think. It is reserved in ISO
SQL-2003 (which is the latest copy I have available to me); we may want to
implement a feature in the future that uses this keyword. If we do not reserve
it, that may be difficult to do.
---