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

[jira] [Resolved] (CARBONDATA-79) Data load fails when complex type column with timestamp primitives

     [ https://issues.apache.org/jira/browse/CARBONDATA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala resolved CARBONDATA-79.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.1.0-incubating

https://github.com/HuaweiBigData/carbondata/pull/841

> Data load fails when complex type column with timestamp primitives
> ------------------------------------------------------------------
>
>                 Key: CARBONDATA-79
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-79
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Naresh P R
>            Priority: Minor
>             Fix For: 0.1.0-incubating
>
>
> When complex type column with timestamp direct dictionary is in the middle of other complex types, data load is failing.
> eg., 
> CREATE TABLE testtimestampcarbon(imei string,rat array<string>, sid array<int>, end_time array<Timestamp>, probeid array<double>, contact struct<name:string, id:string>)STORED BY 'org.apache.carbondata.format'
> LOAD DATA local inpath './src/test/resources/timestampdata.csv' INTO TABLE testtimestampcarbon options('DELIMITER'=',', 'QUOTECHAR'='\"','COMPLEX_DELIMITER_LEVEL_1'='$', 'FILEHEADER'='imei,rat,sid,end_time,probeid,contact')
> Load fails with ArrayIndexOutOfBoundException.
> sample data
> imei001,rat$aaa1,111$111,2015-01-01 13:00:00.000$2015-01-01 13:00:00.000,16$64,babu$00



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