[
https://issues.apache.org/jira/browse/CASSANDRA-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis resolved CASSANDRA-5115.
---------------------------------------
Resolution: Invalid
I will let the DS docs team know; this jira is just for issues with Apache
Cassandra itself.
> 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