[jira] [Updated] (CARBONDATA-179) describe new table show old table's schema

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

[jira] [Updated] (CARBONDATA-179) describe new table show old table's schema

Akash R Nilugal (Jira)

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

Ravindra Pesala updated CARBONDATA-179:
---------------------------------------
    Fix Version/s: 0.1.1-incubating

> describe new table show old table's schema
> -------------------------------------------
>
>                 Key: CARBONDATA-179
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-179
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: 0.2.0-incubating
>            Reporter: Jay
>            Assignee: Jay
>            Priority: Minor
>             Fix For: 0.2.0-incubating, 0.1.1-incubating
>
>
> when do step like this:
> CREATE TABLE age2(period string,max int,min int) STORED BY 'org.apache.carbondata.format';
> desc age2;
> drop table age2;
> CREATE TABLE age2(city_id string,city_name string) STORED BY 'org.apache.carbondata.format';
> desc age2;
> the second desc will show  (period string,max int,min int), not (city_id string,city_name string)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)