[
https://issues.apache.org/jira/browse/TRAFODION-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352730#comment-16352730
]
ASF GitHub Bot commented on TRAFODION-2908:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1441#discussion_r166065286
--- Diff: core/sql/bin/SqlciErrors.txt ---
@@ -140,7 +140,7 @@
1138 ZZZZZ 99999 ADVANCED CRTCL DIALOUT --- unused ---
1139 ZZZZZ 99999 BEGINNER MAJOR DBADMIN System-generated column
$0~ColumnName of base table $1~TableName cannot appear in the search condition
of a check constraint definition.
1140 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Row-length $0~int0 exceeds the
maximum allowed row-length of $1~int1 for table $2~TableName.
-1141 ZZZZZ 99999 BEGINNER MAJOR DBADMIN --- unused ---
+1141 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Key-length $0~int0 exceeds the
maximum allowed rowkey length $1~int1.
--- End diff --
Consider rewording: "Key length $0-int0 exceeds the maximum allowed key
length of $1~int1".
> create table with wrong char length hang and crash
> --------------------------------------------------
>
> Key: TRAFODION-2908
> URL: https://issues.apache.org/jira/browse/TRAFODION-2908
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: liu ming
> Assignee: liu ming
> Priority: Major
>
> create table test1
> (
> c1 char(30) not null,
> c2 char(20) not null,
> c3 char(20) not null,
> c4 largeint,
> c5 char(30) character set utf8 not null,
> c6 char(125304) character set utf8 not null,
> c7 largeint,
> primary key(c1,c2,c3,c5,c6))
> SALT USING 24 PARTITIONS on (c3)
> ;
> will hang
> and some processes crash
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)