You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/03/07 20:19:43 UTC

[jira] [Commented] (ACCUMULO-2439) Add a NOT (!) operator to ColumnVisibility

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

Sean Busbey commented on ACCUMULO-2439:
---------------------------------------

Hi Joe!

Thanks for the contribution. Could you post it to [the Apache review board|https://reviews.apache.org/] so it's easier to gather feedback?

> Add a NOT (!) operator to ColumnVisibility
> ------------------------------------------
>
>                 Key: ACCUMULO-2439
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2439
>             Project: Accumulo
>          Issue Type: New Feature
>          Components: master
>    Affects Versions: 1.5.1
>            Reporter: Joe Ferner
>            Priority: Minor
>              Labels: patch, security
>         Attachments: ACCUMULO_2439.patch
>
>
> This patch adds a NOT "!" operator to ColumnVisibility.
> The syntax is as follows:
> !a
> (!a)&(!b)
> a&(!b)
> a&(!(b|c))
> Because of the nature of the current visibility parsing algorithm the additional parentheses are required.
> In the shell, the "!" requires escaping. This is due to how JLine parses the command and attempts to substitute "!" with history.



--
This message was sent by Atlassian JIRA
(v6.2#6252)