[ 
https://issues.apache.org/jira/browse/CASSANDRA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731210#action_12731210
 ] 

Evan Weaver edited comment on CASSANDRA-139 at 7/14/09 5:27 PM:
----------------------------------------------------------------

Problems:

* signatures for get_key_range, get_slice_super and get_slice_super_by_names 
need to accept a ColumnParent...currently take a CF string.

* get_column_count no longer lets you count super columns 
(InvalidRequestException) or columns of supercolumns 
(java.lang.UnsupportedOperationException)

Those are the regressions I hit in my test suite. Will review the actual code 
next. 

This is a big step forward. I am excited for the day when overlapping structs 
start to get unified.

      was (Author: eweaver):
    Regressions:

* signatures for get_key_range, get_slice_super and get_slice_super_by_names 
need to accept a ColumnParent...currently take a CF string.

* get_column_count no longer lets you count super columns 
(InvalidRequestException) or columns of supercolumns 
(java.lang.UnsupportedOperationException)

Those are the regressions I hit in my test suite. Will review the actual code 
next. 

This is a big step forward. I am excited for the day when overlapping structs 
start to get unified.
  
> thrift API should use lists instead of colon-delimited strings to specify 
> column path
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-139
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-139
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>         Attachments: 0001-CASSANDRA-139-thrift-changes.txt, 
> 0001-thrift-changes.patch, 0001-thrift-changes.patch, 
> 0002-use-ColumnPath-ColumnParent-etc.-structs-to-encapsul.txt, 
> 0003-update-system-tests.patch, 
> 0004-missed-one-rename-column.column_name-column.name.patch
>
>


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