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

Ted Zlatanov commented on CASSANDRA-764:
----------------------------------------

DataOutputStream doesn't serialize Lists.  ObjectOutputStream does.  So I 
wasn't sure of the best way to approach the serialization of the List<byte[]> 
object.  Should I serialize to an intermediate byte[] or should I encode the 
number of bitmasks followed by each bitmask individually?  I think you're 
saying to use an intermediate but please confirm.  Thanks!

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

Reply via email to