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

[jira] [Commented] (CARBONDATA-1828) Carbon 1.3.0 - Spark 2.2 Empty CSV is being loaded successfully.

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

dhatchayani commented on CARBONDATA-1828:
-----------------------------------------

Solved by,
https://github.com/apache/carbondata/pull/1574

> Carbon 1.3.0 - Spark 2.2 Empty CSV is being loaded successfully. 
> -----------------------------------------------------------------
>
>                 Key: CARBONDATA-1828
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1828
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Ayushi Sharma
>            Assignee: dhatchayani
>
> 1. CREATE TABLE test3 (ID int,CUST_ID int,cust_name string) STORED BY 'org.apache.carbondata.format'
> 2. LOAD DATA INPATH 'hdfs://hacluster/BabuStore/Data/InsertData/test3.csv' into table test3 OPTIONS('DELIMITER'=',' , 'QUOTECHAR'='"','FILEHEADER'='ID,CUST_ID,Cust_name')
> The test case should have been failed, since the CSV is empty, but the data load was successful.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)