You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/02/04 23:49:27 UTC

[jira] Commented: (CASSANDRA-764) bitmasks applied to SliceRange

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

Jonathan Ellis commented on CASSANDRA-764:
------------------------------------------

> One TODO has to do with an unused function (ColumnFamilyStore::getColumnFamily). Please advise. 

If you mean there is an unused function in CFS, it should be removed in a separate patch.

> This patch does NOT serialize bitmasks properly in SliceRangeCommand. Please advise on the best approach there. 

Serialize them as byte[].  Not sure what the question is here.  There's any number of examples of "serializing a list of something."

> bitmasks applied to SliceRange
> ------------------------------
>
>                 Key: CASSANDRA-764
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-764
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Ted Zlatanov
>            Priority: Minor
>         Attachments: 001-CASSANDRA-764-bitmasksparameter.patch
>
>
> Add bitmasks (OR of an array of ANDs) to the SliceRange.  Make them optional.

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