You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sergey Nagaytsev (JIRA)" <ji...@apache.org> on 2013/09/18 14:12:59 UTC

[jira] [Created] (CASSANDRA-6055) 'Bad Request: Invalid null value for partition key part' on SELECT .. WHERE key IN (val,NULL)

Sergey Nagaytsev created CASSANDRA-6055:
-------------------------------------------

             Summary: 'Bad Request: Invalid null value for partition key part' on SELECT .. WHERE key IN (val,NULL)
                 Key: CASSANDRA-6055
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6055
             Project: Cassandra
          Issue Type: Bug
         Environment: cqlsh, pdo_cassandra
            Reporter: Sergey Nagaytsev


Query: SELECT * FROM user WHERE key IN(uuid,NULL);
Table:
CREATE COLUMNFAMILY user (
     KEY uuid PRIMARY KEY,
     name text,
     note text,
     avatar text,
     email text,
     phone text,
     login text,
     pw text,
     st text
);
Logs: Nothing, last message hours ago.

This query is good in SQL and so is generated by DB abstraction library. Fix on applications sides is multiplying of work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira