Github user zlei929 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1578#discussion_r190773995
--- 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.
+1721 ZZZZZ 99999 BEGINNER MINOR DBADMIN Cannot comment on '$0~string0' if
this is a native hive table.
--- End diff --
Thanks, and i'm sorry that i did not see this
document(https://cwiki.apache.org/confluence/display/TRAFODION/How+to+Add+A+New+SQL+Error+Diagnostic)
until I pull this request, i will solve this problem in the next pull
request.
---