[
https://issues.apache.org/jira/browse/PHOENIX-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-1266:
----------------------------------
Attachment: PHOENIX-1266.patch
> Disallow setting NOT NULL constraint on non PK columns
> ------------------------------------------------------
>
> Key: PHOENIX-1266
> URL: https://issues.apache.org/jira/browse/PHOENIX-1266
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Attachments: PHOENIX-1266.patch
>
>
> We thought this was fixed (2x), but there's another variant of it that was
> discovered. The following SQL should give an error, but doesn't:
> {code}
> create table test.testing(k integer primary key, v bigint not null);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)