You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Jay (JIRA)" <ji...@apache.org> on 2016/08/26 02:26:20 UTC

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

Jay created CARBONDATA-179:
------------------------------

             Summary: 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
            Reporter: Jay
            Priority: Minor


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)