[
https://issues.apache.org/jira/browse/CASSANDRA-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975831#action_12975831
]
Jonathan Ellis commented on CASSANDRA-1899:
-------------------------------------------
We can't fix it in rc3 since rc3 is already released.
This isn't severe enough to justify an rc4. If we do roll an rc4 for other
reasons, it will be incorporated
> 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.