You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2015/08/17 21:33:45 UTC

[jira] [Commented] (CASSANDRA-10043) A NullPointerException is thrown if the column name is unknown for an IN relation

    [ https://issues.apache.org/jira/browse/CASSANDRA-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700095#comment-14700095 ] 

Benjamin Lerer commented on CASSANDRA-10043:
--------------------------------------------

[~snazy] could you review?

> 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)