You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "doug daniels (JIRA)" <ji...@apache.org> on 2013/01/04 20:30:12 UTC

[jira] [Created] (CASSANDRA-5115) Documentation of Collection Column syntax is incorrect

doug daniels created CASSANDRA-5115:
---------------------------------------

             Summary: Documentation of Collection Column syntax is incorrect
                 Key: CASSANDRA-5115
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5115
             Project: Cassandra
          Issue Type: Bug
          Components: Documentation & website
    Affects Versions: 1.2.0
            Reporter: doug daniels
            Priority: Trivial


In the Datastax documentation it says you create Collection Columns using the following syntax:

http://www.datastax.com/docs/1.2/cql_cli/cql_data_types#cql-data-types

{quote}
The map, set, and list collection types¶

A collection column is declared using the collection type, followed by another type, such as int or text, in angle brackets. For example, you can create a table having a list of textual elements, a list of integers, or a list of some other element types.

text<list>
text<int>
{quote}

I think it should be:

{quote}
list<text>
list<int>
{quote}


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