[
https://issues.apache.org/jira/browse/CASSANDRA-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703449#comment-14703449
]
Robert Stupp commented on CASSANDRA-10043:
------------------------------------------
+1
> A NullPointerException is thrown if the column name is unknown for an IN
> relation
> ---------------------------------------------------------------------------------
>
> Key: CASSANDRA-10043
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10043
> Project: Cassandra
> Issue Type: Bug
> Reporter: Benjamin Lerer
> Assignee: Benjamin Lerer
> Attachments: 10043-2.2.txt, 10043-3.0.txt
>
>
> {code}
> cqlsh:test> create table newTable (a int, b int, c int, primary key(a, b));
> cqlsh:test> select * from newTable where d in (1, 2);
> ServerError: <ErrorMessage code=0000 [Server error]
> message="java.lang.NullPointerException">
> {code}
> The problem seems to occur only for {{IN}} restrictions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)