Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
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')