You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (JIRA)" <ji...@apache.org> on 2017/07/12 15:26:00 UTC

[jira] [Created] (CARBONDATA-1305) On creating the dictinary with large dictionary csv NegativeArraySizeException is thrown

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)