You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Manish Gupta (JIRA)" <ji...@apache.org> on 2016/08/31 06:27:20 UTC

[jira] [Created] (CARBONDATA-194) ArrayIndexOfBoundException thrown when number of columns in row more than the max number of columns in univocity parser settings

Manish Gupta created CARBONDATA-194:
---------------------------------------

             Summary: ArrayIndexOfBoundException thrown when number of columns in row more than the max number of columns in univocity parser settings
                 Key: CARBONDATA-194
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-194
             Project: CarbonData
          Issue Type: Bug
            Reporter: Manish Gupta
            Assignee: Manish Gupta
            Priority: Minor


When the number of columns in csv data file while parsing a row are more than the number of columns in schema, the parser throws array index of bound exception
Caused by: java.lang.ArrayIndexOutOfBoundsException: 18
	at com.univocity.parsers.common.ParserOutput.valueParsed(ParserOutput.java:247)
	at com.univocity.parsers.csv.CsvParser.parseField(CsvParser.java:181)
	at com.univocity.parsers.csv.CsvParser.parseRecord(CsvParser.java:75)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)