[ 
https://issues.apache.org/jira/browse/CASSANDRA-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis updated CASSANDRA-214:
-------------------------------------

    Attachment: 214-v2.patch

Okay, second stab here at the interface file.  I'll update CassandraServer if 
these are reasonable.

for convenience, here is the terminology used in the patch:

# CF = ColumnFamily name
# SC = SuperColumn name
# C = Column name
# columnParent: the parent of the columns you are specifying.  "CF" or "CF:SC".
# columnPath: full path to a column.  "CF:C" or "CF:SC:C".
# superColumnPath: full path to a supercolumn.  "CF:SC" only.
# columnPathOrParent: remove will wipe out any layer.  "CF" or "CF:C" or 
"CF:SC" or "CF:SC:C".


> Incorrect parameter names in Thrift interface
> ---------------------------------------------
>
>                 Key: CASSANDRA-214
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-214
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Thorsten von Eicken
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: 214-v2.patch, 214.patch
>
>
> The Thrift interface is incorrect as follows. This does not affect 
> correctnes, it just makes it hard to understand the operations.
> The Thrift interface for get_superColumn is incorrect. It seems to me that 
> "3:string columnFamily" should really be "3:string 
> columnFamily_superColumnName" (I know this doesn't have any functional 
> impact, just makes it hard to understand what the operation does)
> The Thrift interface for get_slice_super is incorrect. It seems to me that 
> "3:string columnFamily_superColumnName" should really be "3:string 
> columnFamily"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to