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

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

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

Christopher Tubbs resolved ACCUMULO-2439.
-----------------------------------------
    Resolution: Won't Fix

I'm closing this issue (and the related open review) as "Won't Fix" for now. The consensus from the lengthy [mailing list discussion|http://apache-accumulo.1065345.n5.nabble.com/quot-NOT-quot-operator-in-visibility-string-td7949.html] appears to be against this feature (at least, in the current form).

To revisit this, please open further discussion on the dev@accumulo.apache.org mailing list.

> 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.3.4#6332)