[
https://issues.apache.org/jira/browse/CASSANDRA-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974707#action_12974707
]
Hudson commented on CASSANDRA-1899:
-----------------------------------
Integrated in Cassandra-0.7 #114 (See
[https://hudson.apache.org/hudson/job/Cassandra-0.7/114/])
fix CLI get recognition of supercolumns
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-1899
> Failed to get columns from super column in cassandra-cli (0.7-rc2)
> ------------------------------------------------------------------
>
> Key: CASSANDRA-1899
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1899
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.7.0 rc 2
> Environment: The cluster was made in cassandra-0.7.0-beta1 and the
> script was
> create column family myCF with column_type='Super' and comparator='UTF8Type'
> AND subcomparator='UTF8Type';
> Reporter: Pavel Yaskevich
> Assignee: Pavel Yaskevich
> Priority: Minor
> Fix For: 0.7.1
>
> Attachments: super_columns_get.patch
>
>
> I'm using cassandra 0.7.0-rc2.
> When I tried to get column contents in a super column of Super CF like below;
> {code}
> get myCF['key']['scName'];
> {code}
> the client reply: supercolumn parameter is not optional for super CF user
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.