Commit f0b8c2b
CNDB-13375 don't use keyspace name length in error message (#1639)
Part of riptano/cndb#13375
Using keyspace name length in the error message for too long table name
is confusing, since the length might include CNDB's generated prefix
invisible to users.
Reformulates the error message for too long table name to avoid using
the keyspace name length, since it might contain CNDB generated prefix,
which is not visible to users.1 parent 8c43746 commit f0b8c2b
File tree
2 files changed
+4
-4
lines changed- src/java/org/apache/cassandra/cql3/statements/schema
- test/unit/org/apache/cassandra/schema
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments