[ https://issues.apache.org/jira/browse/LENS-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144852#comment-16144852 ]
Hadoop QA commented on LENS-1467: --------------------------------- Applied patch: [LENS-1467.02.patch|https://issues.apache.org/jira/secure/attachment/12884196/LENS-1467.02.patch] and ran command: mvn clean install -fae. Result: Failure. Build Job: https://builds.apache.org/job/PreCommit-Lens-Build/1406/ > CubeQueryContext.getAllFilters is returning incorrect list of filters in case > there is an "OR" in the filters > ------------------------------------------------------------------------------------------------------------- > > Key: LENS-1467 > URL: https://issues.apache.org/jira/browse/LENS-1467 > Project: Apache Lens > Issue Type: Bug > Components: cube > Reporter: Rajat Khandelwal > Assignee: Rajat Khandelwal > Attachments: LENS-1467.01.patch, LENS-1467.02.patch > > > "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed > together, which is wrong. -- This message was sent by Atlassian JIRA (v6.4.14#64029)