[jira] [Created] (CARBONDATA-179) describe new table show old table's schema
Posted by
Akash R Nilugal (Jira) on
Aug 26, 2016; 2:26am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-179-describe-new-table-show-old-table-s-schema-tp499.html
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)