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)