Github user nonstop-qfchen commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/62#discussion_r37670788
--- Diff: core/sql/bin/SqlciErrors.txt ---
@@ -179,8 +179,8 @@
1177 ZZZZZ 99999 ADVANCED MAJOR DBADMIN Internal error: trying to create
an object with a qualified name type of $0~string0. This qualified name type is
not supported.
1178 ZZZZZ 99999 ADVANCED MAJOR DIALOUT Internal error: unable to find
catalog associated with uid $0~string0. This catalog is being accessed by role
$1~string1.
1179 ZZZZZ 99999 ADVANCED MAJOR DBADMIN Internal error: inconsistent
object definition for $0~TableName found for object in name space $0~string0.
Object owned by $1~string1. Unable to find object details in $2~string2;
-1180 ZZZZZ 99999 BEGINNER MAJOR DBADMIN The required subvolume name for
locations in schema $0~SchemaName is $1~String0.
-1181 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Label $0~String0 could not be
dropped (file error $1~NSKCode).
+1180 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Trying to create an external table
$0~TableName with a different schema or table name than the source table
$1~TableName. The external schema and table name must be the same as the
source.
+1181 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Trying to create a schema with
name $0~TableName to store the definition of a native HIVE or HBASE table and
the name is too long. Maximum length supported is $0~Int0.
--- End diff --
Can we supply the external source as an argument (HIVE or HBASE) here?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---