Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/577#discussion_r69839237
  
    --- Diff: core/sql/bin/SqlciErrors.txt ---
    @@ -410,6 +410,7 @@
     1430 3F000 99999 BEGINNER MAJOR DBADMIN A schema name that starts and ends 
with an "_"(underscore) is reserved for internal usage. It cannot be used to 
create a user schema.
     1431 ZZZZZ 99999 BEGINNER MINOR DBADMIN Object $0~String0 exists in HBase. 
This could be due to a concurrent transactional ddl operation in progress on 
this table.
     1432 ZZZZZ 99999 BEGINNER MINOR DBADMIN Input LOB type $0~Int0 does not 
match column's storage type: $1~Int1 Column name: $0~String0 .
    +1433 ZZZZZ 99999 BEGINNER MINOR DBADMIN WITH clause redefined. WITH name 
$0~String0 .
    --- End diff --
    
    Parser errors should be in the range 3000-3999. Also, since this is a 
syntax error, use 42000 (the SQLSTATE value for syntax errors) instead of 
"ZZZZZ".


---
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.
---

Reply via email to