[
https://issues.apache.org/jira/browse/PHOENIX-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142339#comment-14142339
]
Hudson commented on PHOENIX-1266:
---------------------------------
SUCCESS: Integrated in Phoenix | 3.0 | Hadoop1 #216 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/216/])
PHOENIX-1266 Disallow setting NOT NULL constraint on non PK columns (jtaylor:
rev 48a2482b46e3b4499b0e16382ea1d6641777d12f)
* phoenix-core/src/main/java/org/apache/phoenix/schema/PColumnImpl.java
* phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/CreateTableIT.java
* phoenix-core/src/test/java/org/apache/phoenix/compile/QueryCompilerTest.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
*
phoenix-core/src/it/java/org/apache/phoenix/end2end/TenantSpecificTablesDDLIT.java
> 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)