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

Hudson commented on ACCUMULO-1394:
----------------------------------

Integrated in Accumulo-Trunk-Hadoop-2.0 #232 (See 
[https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/232/])
    ACCUMULO-1394 merge to trunk (Revision 1483482)

     Result = FAILURE
ctubbsii : 
Files : 
* /accumulo/trunk
* /accumulo/trunk/assemble
* /accumulo/trunk/core
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/iterators/Filter.java
* /accumulo/trunk/examples
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
* 
/accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
* /accumulo/trunk/pom.xml
* /accumulo/trunk/proxy/README
* /accumulo/trunk/server
* /accumulo/trunk/src

                
> Allow RegExFilter subclass to call setNegate.
> ---------------------------------------------
>
>                 Key: ACCUMULO-1394
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1394
>             Project: Accumulo
>          Issue Type: Improvement
>    Affects Versions: 1.5.0, 1.4.1, 1.4.2, 1.6.0, 1.4.3, 1.4.4
>            Reporter: David Medinets
>            Assignee: Christopher Tubbs
>            Priority: Minor
>             Fix For: 1.5.0, 1.4.4
>
>
> I wrote an iterator that sets RegExFilter options inside its init() method. I 
> created a HashMap to hold options, then added entries for 
> RegExFilter.COLF_REGEX. However, the Filter.NEGATE is private and the 
> setNegate function only accepts an IteratorSetting option which I don't have 
> inside my iterator's init() method (true?). So I simply used a "negate" 
> string literal which I don't like.
> I propose making NEGATE public as is done in the RegExFilter class. Any 
> reason not to? Is there a better approach?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to