[
https://issues.apache.org/jira/browse/CASSANDRA-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Zlatanov updated CASSANDRA-764:
-----------------------------------
Attachment: 003-CASSANDRA-764-bitmasktests.patch
Sorry to be a pain but I can't figure out what I'm doing wrong. The attached
patch introduces bitmask tests but they fail with nonsense errors that show
completely wrong column names:
[junit] Bitmasked Columns
[636f6c303936:false:2...@1,636f6c303937:false:2...@1,636f6c303938:false:2...@1,636f6c303939:false:2...@1,]
is not expected [] (bitmasks '[0 bitmasks: ]')
The other tests, where no bitmasks are in use, don't have this issue. It must
be caused by the filtering predicates or something in the code path that
creates them. Can you give me a hint about what I'm doing wrong? I've spent
several hours tracking this and can't find the issue. 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,
> 002-CASSANDRA-764-bitmaskserialization.patch,
> 002-CASSANDRA-764-bitmaskserialization.patch,
> 002-CASSANDRA-764-bitmaskserialization.patch,
> 003-CASSANDRA-764-bitmasktests.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.