You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Anurag Srivastava (JIRA)" <ji...@apache.org> on 2016/12/15 08:16:58 UTC

[jira] [Commented] (CARBONDATA-324) Decimal and Bigint type columns contains Null, after load data

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

Anurag Srivastava commented on CARBONDATA-324:
----------------------------------------------

!https://issues.apache.org/jira/secure/attachment/12843370/Screenshot%20from%202016-10-19%2010-54-06.png!

> Decimal and Bigint type columns contains Null, after load data
> --------------------------------------------------------------
>
>                 Key: CARBONDATA-324
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-324
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Harmeet Singh
>         Attachments: Screenshot from 2016-10-19 10-54-06.png
>
>
> Using Thrift server and Beeling client, i am trying to create a table and load the data from CSV. My tables contains BigInt and Decimal Column types, After load the data using Load Data command, The BigInt and Decimal Column contains Null Value. Bellow are the steps:
> Step 1: 
> > create database wednesday;
> > use wednesday;
> > CREATE TABLE one (id int, age iNt, name String, salary decimal, data bigInt, weight double, dob timeStamp) STORED BY 'carbondata';
> Step 2: 
> Create a csv file which contains column values as below: 
> id, age, name, salary, data, weight, dob
> 1, 54, james, 900000, 292092, 34.2, 2016-05-04 22:55:00
> Step 3: 
> Load the data from CSV file as below: 
> > LOAD DATA INPATH 'hdfs://localhost:54310/home/harmeet/sample3.csv' INTO TABLE one;
> Step 4: 
> Select the data from table one, and BigInt and Decimal column contains Null value. 



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