Ravindra Pesala created CARBONDATA-809:
------------------------------------------

             Summary: Union with alias is returning wrong result.
                 Key: CARBONDATA-809
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-809
             Project: CarbonData
          Issue Type: Bug
            Reporter: Ravindra Pesala


Union with alias is returning wrong result.

Testcase 
{code}
SELECT t.c1 a FROM (select c1 from  carbon_table1 union all  select c1 from  
carbon_table2) t
{code}

The above query returns the data from only one table and also duplicated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to