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

[jira] [Commented] (CARBONDATA-158) Load data failed when first line is null in data

    [ https://issues.apache.org/jira/browse/CARBONDATA-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422666#comment-15422666 ] 

ASF GitHub Bot commented on CARBONDATA-158:
-------------------------------------------

GitHub user foryou2030 opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/76

    [CARBONDATA-158] fix load data with first line is null

    jira url: https://issues.apache.org/jira/browse/CARBONDATA-158
    
    in this pr, hanled load data failure

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/foryou2030/incubator-carbondata first_blank

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/76.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit 0a97ceac69f9e5b5cf4f14d241806abd7dbada92
Author: foryou2030 <fo...@126.com>
Date:   2016-08-16T12:08:19Z

    fix load data with first line is null

----


> Load data failed when first line is null in data
> ------------------------------------------------
>
>                 Key: CARBONDATA-158
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-158
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Gin-zhj
>            Assignee: Gin-zhj
>            Priority: Minor
>
> step1:
> create table t5 (name String,age int) STORED BY 'org.apache.carbondata.format';
> step2:
> data:
> ++++++++
> +            +
> + gin,24 +
> +jay,20   +
> ++++++++
> LOAD DATA INPATH 'D:/hadoop/srcdata/max_bigint.csv' INTO table t5 OPTIONS('DELIMITER'=',','QUOTECHAR'='', 'FILEHEADER'='name,age');
> then load data failed, java.lang.NullPointerException



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