You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Lin Yixin (JIRA)" <ji...@apache.org> on 2016/07/05 06:51:10 UTC

[jira] [Created] (CARBONDATA-36) fix dictionary exception when data column count less then schema

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)