You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/02/06 05:54:04 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=16353396#comment-16353396 ] 

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

FAILURE: Integrated in Jenkins build Lens-Commit #1458 (See [https://builds.apache.org/job/Lens-Commit/1458/])
LENS-1448: Having clause expressions are not resolved correctly for (rajatgupta59: rev 54ab131a2119a029dd8a470653d803fa0a7c35b6)
* (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
>            Priority: Major
>         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
(v7.6.3#76005)