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

Hudson commented on LENS-1448:
------------------------------

UNSTABLE: Integrated in Jenkins build Lens-Commit #1421 (See 
[https://builds.apache.org/job/Lens-Commit/1421/])
LENS-1448: Having clause expressions are not resolved correctly for 
(rajatgupta59: rev e2d6cbb947441e7c3c2a425cc9cf25ffadccf08b)
* (edit) 
lens-cube/src/main/java/org/apache/lens/cube/parse/UnionQueryWriter.java
* (edit) 
lens-cube/src/test/java/org/apache/lens/cube/parse/TestBaseCubeQueries.java
* (edit) 
lens-cube/src/main/java/org/apache/lens/cube/parse/ExpressionResolver.java


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

Reply via email to