You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Rajat Khandelwal (JIRA)" <ji...@apache.org> on 2017/08/28 13:51:00 UTC

[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

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

Rajat Khandelwal commented on LENS-1467:
----------------------------------------

Created https://reviews.apache.org/r/61942/

> 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
>
>
> "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)