You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2014/11/05 12:55:34 UTC

[jira] [Updated] (HBASE-11274) More general single-row Condition Mutation

     [ https://issues.apache.org/jira/browse/HBASE-11274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Shaohui updated HBASE-11274:
--------------------------------
    Attachment: HBASE-11274-v3.diff

Rebase the patch

> More general single-row Condition Mutation
> ------------------------------------------
>
>                 Key: HBASE-11274
>                 URL: https://issues.apache.org/jira/browse/HBASE-11274
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Liu Shaohui
>            Assignee: Liu Shaohui
>         Attachments: HBASE-11274-trunk-v1.diff, HBASE-11274-trunk-v2.diff, HBASE-11274-v3.diff
>
>
> Currently, the checkAndDelete and checkAndPut interface  only support atomic mutation with single condition. But in actual apps, we need more general condition-mutation that support multi conditions and logical expression with those conditions.
> For example, to support the following sql
> {quote}
>   insert row  where (column A == 'X' and column B == 'Y') or (column C == 'z')
> {quote}
> Suggestions are welcomed.



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