Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCB031050F for ; Fri, 7 Mar 2014 18:59:53 +0000 (UTC) Received: (qmail 50660 invoked by uid 500); 7 Mar 2014 18:59:51 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 50188 invoked by uid 500); 7 Mar 2014 18:59:50 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 50047 invoked by uid 99); 7 Mar 2014 18:59:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 18:59:49 +0000 Date: Fri, 7 Mar 2014 18:59:49 +0000 (UTC) From: "Joe Ferner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2439) Add a NOT (!) operator to ColumnVisibility MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Ferner updated ACCUMULO-2439: --------------------------------- Attachment: ACCUMULO_2439.patch > 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)