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