Lin Yixin created CARBONDATA-36:
-----------------------------------
Summary: fix dictionary exception when data column count less then
schema
Key: CARBONDATA-36
URL: https://issues.apache.org/jira/browse/CARBONDATA-36
Project: CarbonData
Issue Type: Bug
Reporter: Lin Yixin
Assignee: Lin Yixin
Priority: Minor
when csv head is id,name,age,city
if the data record like as the following:
1,a,10,china
2,b
3,c,11,usa
then,when read this row:2,b,generating dicionary will failure,and the remain
record (3,c,11,usa)will no generate dictionary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)