You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Olivier Michallat (JIRA)" <ji...@apache.org> on 2014/09/03 16:33:51 UTC

[jira] [Created] (CASSANDRA-7869) NPE while freezing a tuple containing a list

Olivier Michallat created CASSANDRA-7869:
--------------------------------------------

             Summary: NPE while freezing a tuple containing a list
                 Key: CASSANDRA-7869
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7869
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Olivier Michallat
            Assignee: Sylvain Lebresne


Detected in 2.1.0-rc7 (not released yet):
{code}
cqlsh:test> CREATE TABLE mytable (k int PRIMARY KEY, v_0 frozen<tuple<list<int>>>);
<ErrorMessage code=2000 [Syntax error in CQL query] message="Failed parsing statement: [CREATE TABLE mytable (k int PRIMARY KEY, v_0 frozen<tuple<list<int>>>);] reason: NullPointerException null">
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)