[
https://issues.apache.org/jira/browse/CASSANDRA-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Yaskevich updated CASSANDRA-1995:
---------------------------------------
Attachment: CASSANDRA-1995.patch
Work branch: cassandra-0.7, latest commit
2a3a497fd8b12160faf81edce1d7e2cbac953b95 (r/m unused code and improve
formatting)
Also: tests added for this case and for help statements.
> cassandra-cli doesn't accept 'name' as a column name in column metadata when
> creating a column family
> -----------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-1995
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1995
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.7.0
> Reporter: Tyler Hobbs
> Assignee: Pavel Yaskevich
> Priority: Minor
> Fix For: 0.7.1
>
> Attachments: CASSANDRA-1995.patch
>
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> This fails:
> create column family Countries with comparator=UTF8Type and column_metadata=[
> {column_name: name, validation_class: UTF8Type} ];
> This works:
> create column family Countries with comparator=UTF8Type and column_metadata=[
> {column_name: fooname, validation_class: UTF8Type} ];
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.