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/06/28 07:42:00 UTC

[jira] [Commented] (LENS-1448) Having clause expressions are not resolved correctly for JoinCandidates

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

Rajat Khandelwal commented on LENS-1448:
----------------------------------------

Committed. Thanks [~sushilmohanty]

> Having clause expressions are not resolved correctly for JoinCandidates
> -----------------------------------------------------------------------
>
>                 Key: LENS-1448
>                 URL: https://issues.apache.org/jira/browse/LENS-1448
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: cube
>            Reporter: Sushil Mohanty
>            Assignee: Sushil Mohanty
>         Attachments: LENS-1448.patch
>
>
> In the below query expr1 and expr2 are answered from Cadidate1 and Candidate2 respectively. 
> The union rewritten query should have both the expressions projected in the inner queries which is not happening right now.
> {CODE}
> cube select dim1, expr1 from testcube where time_range_in(time, '2017-06-13-00', '2017-06-14-00') having expr2 > ('0')
> {CODE}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)