Kunal Kapoor created CARBONDATA-1891:
----------------------------------------
Summary: None.get when creating timeseries table after loading data into main table
Key: CARBONDATA-1891
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1891 Project: CarbonData
Issue Type: Bug
Reporter: Kunal Kapoor
Assignee: Kunal Kapoor
Priority: Minor
*Steps to reproduce*
1. CREATE TABLE mainTable(mytime timestamp, name string, age int) STORED BY 'org.apache.carbondata.format'
2. LOAD DATA LOCAL INPATH 'timeseriestest.csv' into table mainTable
3. create datamap agg0 on table mainTable using 'preaggregate' DMPROPERTIES ('timeseries.eventTime'='mytime', 'timeseries.hierarchy'='second=1,minute=1,hour=1,day=1,month=1,year=1') as select mytime, sum(age) from mainTable group by mytime
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)