[jira] [Created] (CARBONDATA-809) Union with alias is returning wrong result.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-809) Union with alias is returning wrong result.

Akash R Nilugal (Jira)
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)