Raghavendra Singh created LENS-44:
-------------------------------------

             Summary: should allow union of cube queries without an outer query
                 Key: LENS-44
                 URL: https://issues.apache.org/jira/browse/LENS-44
             Project: Apache Lens
          Issue Type: Improvement
            Reporter: Raghavendra Singh


currently
{CODE}
cube select a1 from cube1 where <condition1> union all cube select a1 from 
cube1 where <condition2> 
{CODE}
does not work
but 
{CODE}
select alias.a1 from (cube select a1 from cube1 where <condition1> union all 
cube select a1 from cube1 where <condition2> ) alias 
{CODE}
works fine



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to