[
https://issues.apache.org/jira/browse/PHOENIX-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-1266.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.2
4.2
5.0.0
Assignee: James Taylor
> 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
> Assignee: James Taylor
> Fix For: 5.0.0, 4.2, 3.2
>
> 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)