Sushil Mohanty created LENS-1448:
------------------------------------

             Summary: 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


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