James Taylor created PHOENIX-1266:
-------------------------------------
Summary: 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
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)