Github user elilevine commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/104#discussion_r36558428
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
---
@@ -236,6 +236,7 @@ public SQLException newException(SQLExceptionInfo info)
{
CANNOT_CREATE_TENANT_SPECIFIC_TABLE(1030, "42Y89", "Cannot create
table for tenant-specific connection"),
DEFAULT_COLUMN_FAMILY_ONLY_ON_CREATE_TABLE(1034, "42Y93", "Default
column family may only be specified when creating a table."),
INSUFFICIENT_MULTI_TENANT_COLUMNS(1040, "42Y96", "A MULTI_TENANT table
must have two or more PK columns with the first column being NOT NULL and of
type VARCHAR or CHAR."),
--- End diff --
Type information at the end of the error message no longer applies.
---
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.
---