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

ASF subversion and git services commented on NIFI-206:
------------------------------------------------------

Commit fed987e778e0e2488888ffe2ac3a916b68255aac in incubator-nifi's branch 
refs/heads/develop from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=fed987e ]

NIFI-206: Build appropriate AnyAttribute, AllAttributes, AnyMatchingAttribute, 
etc. evaluators in the buildExpressionEvaluator method rather than building at 
evaluation time. This way, embedded expressions are also wrapped appropriately.


> evaluating groups of attributes always return false when nested
> ---------------------------------------------------------------
>
>                 Key: NIFI-206
>                 URL: https://issues.apache.org/jira/browse/NIFI-206
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 0.0.1
>            Reporter: Ben Icore
>             Fix For: 0.0.1
>
>         Attachments: NIFI-206.patch.txt, broken_group_attributes.xml
>
>
> evaluating groups of attributes always return false when nested
> attribute==value
> a1==test1
> a2==test2
> a3==test3
> b1==1test
> b2==2test
> b3==3test
> c1==1test1
> c2 ==2test2
> c3==3test3
> ${anyAttribute('a1','b2','c3'):contains('2')}, results in true
> ${a1:equals('test1')} results in true
> ${a1:equals('test1')
>       :and( ${anyAttribute('a1','b2','c3'):contains('2')})
> }  results in false



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

Reply via email to