You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jacky Li (JIRA)" <ji...@apache.org> on 2017/03/26 16:04:41 UTC

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

     [ 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)