-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60462/
-----------------------------------------------------------

Review request for lens.


Bugs: LENS-1448
    https://issues.apache.org/jira/browse/LENS-1448


Repository: lens


Description
-------

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.
cube select dim1, expr1 from testcube where time_range_in(time, 
'2017-06-13-00', '2017-06-14-00') having expr2 > ('0')


Diffs
-----

  lens-cube/src/main/java/org/apache/lens/cube/parse/ExpressionResolver.java 
2403576 
  lens-cube/src/main/java/org/apache/lens/cube/parse/UnionQueryWriter.java 
f6c9ce1 
  lens-cube/src/test/java/org/apache/lens/cube/parse/TestBaseCubeQueries.java 
f87158c 


Diff: https://reviews.apache.org/r/60462/diff/1/


Testing
-------


Thanks,

Sushil Mohanty

Reply via email to