Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1579#discussion_r190644232
--- Diff: core/sql/bin/SqlciErrors.txt ---
@@ -515,6 +515,7 @@
1718 ZZZZZ 99999 BEGINNER MINOR DBADMIN --- unused ---
1719 ZZZZZ 99999 BEGINNER MINOR DBADMIN Access Type '$0~string0' is not
supported.
1720 ZZZZZ 99999 BEGINNER MINOR DBADMIN Isolation Level '$0~string0' is
not supported.
+1722 ZZZZZ 99999 BEGINNER MINOR DBADMIN cannot set comment on '$0~string0'
if the target table is native hbase table.
--- End diff --
One more comment. Please add this new message to the Trafodion Messages
Guide. You can find the source for that in the trafodion/docs/messages_guide
directory.
---