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

Posted by Akash R Nilugal (Jira) on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-809-Union-with-alias-is-returning-wrong-result-tp9439.html

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)