Kunal Kapoor created CARBONDATA-1305:
----------------------------------------
Summary: On creating the dictinary with large dictionary csv NegativeArraySizeException is thrown
Key: CARBONDATA-1305
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1305 Project: CarbonData
Issue Type: Bug
Reporter: Kunal Kapoor
Assignee: Kunal Kapoor
Step to reproduce:
1. create table table1 (a string, b bigint) stored by 'carbondata';
2. LOAD DATA inpath 'hdfs://hacluster/user/xyz/datafile_0.csv' into table table1 options('DELIMITER'=',', 'QUOTECHAR'='"','COLUMNDICT'='a:hdfs://hacluster/user/xyz/dict.csv','FILEHEADER'='a,b','SINGLE_PASS'='TRUE');
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)