[jira] [Resolved] (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] [Resolved] (CARBONDATA-809) Union with alias is returning wrong result.

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacky Li resolved CARBONDATA-809.
---------------------------------
       Resolution: Fixed
         Assignee: Ravindra Pesala
    Fix Version/s: 1.1.0-incubating

> 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
>            Assignee: Ravindra Pesala
>             Fix For: 1.1.0-incubating
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)