You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2016/12/13 10:26:58 UTC

[jira] [Commented] (CASSANDRA-12981) Refactor ColumnCondition

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

Benjamin Lerer commented on CASSANDRA-12981:
--------------------------------------------

While refactoring, I discovered that C* was not handling properly {{IN}} markers if they were {{null}} or {{unset}}. By consequence, I also provided some patch for {{2.2}} and {{3.0}} to solve those problems. 

||Branch||utests||dtests||
|[2.2|https://github.com/apache/cassandra/compare/trunk...blerer:12981-2.2]|[2.2|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-12981-2.2-testall/]|[2.2|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-12981-2.2-dtest/]|
|[3.0|https://github.com/apache/cassandra/compare/trunk...blerer:12981-3.0]|[3.0|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-12981-3.0-testall/]|[3.0|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-12981-3.0-dtest/]|
|[3.X|https://github.com/apache/cassandra/compare/trunk...blerer:12981-3.X]|[3.X|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-12981-3.X-testall/]|[3.X|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-12981-3.X-dtest/]|

> Refactor ColumnCondition
> ------------------------
>
>                 Key: CASSANDRA-12981
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12981
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Benjamin Lerer
>            Assignee: Benjamin Lerer
>
> {{ColumnCondition}} has become really difficult to understand and modify. We should separate the logic to make improvements and maintenance easier. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)