Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60D2E200CAC for ; Mon, 19 Jun 2017 13:52:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5F3C1160BEC; Mon, 19 Jun 2017 11:52:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A603A160BE1 for ; Mon, 19 Jun 2017 13:52:03 +0200 (CEST) Received: (qmail 42184 invoked by uid 500); 19 Jun 2017 11:52:02 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 42167 invoked by uid 99); 19 Jun 2017 11:52:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2017 11:52:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 77140188A36 for ; Mon, 19 Jun 2017 11:52:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id smzhPfUhiZOw for ; Mon, 19 Jun 2017 11:52:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0D9DB5F2F2 for ; Mon, 19 Jun 2017 11:52:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 572ECE0A32 for ; Mon, 19 Jun 2017 11:52:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0E9AB23FFF for ; Mon, 19 Jun 2017 11:52:00 +0000 (UTC) Date: Mon, 19 Jun 2017 11:52:00 +0000 (UTC) From: "Kunal Kapoor (JIRA)" To: issues@carbondata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CARBONDATA-1188) Incorrect data is displayed for double data type MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 19 Jun 2017 11:52:04 -0000 [ https://issues.apache.org/jira/browse/CARBONDATA-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053860#comment-16053860 ] Kunal Kapoor edited comment on CARBONDATA-1188 at 6/19/17 11:51 AM: -------------------------------------------------------------------- duplicate to https://issues.apache.org/jira/projects/CARBONDATA/issues/CARBONDATA-1184?filter=allopenissues was (Author: kunal): duplicate to [#https://issues.apache.org/jira/projects/CARBONDATA/issues/CARBONDATA-1184?filter=allopenissues] > Incorrect data is displayed for double data type > ------------------------------------------------ > > Key: CARBONDATA-1188 > URL: https://issues.apache.org/jira/browse/CARBONDATA-1188 > Project: CarbonData > Issue Type: Bug > Reporter: Kunal Kapoor > Assignee: Kunal Kapoor > Labels: duplicate > Attachments: 100.csv > > Time Spent: 1.5h > Remaining Estimate: 0h > > create table Comp_VMALL_DICTIONARY_EXCLUDE (imei string,gamePointId double) STORED BY 'org.apache.carbondata.format' TBLPROPERTIES('DICTIONARY_EXCLUDE'='imei') > LOAD DATA INPATH '/home/kunal/Downloads/100.csv' INTO table Comp_VMALL_DICTIONARY_EXCLUDE options ('DELIMITER'=',', 'QUOTECHAR'='"', 'BAD_RECORDS_ACTION'='FORCE','FILEHEADER'='imei,gamePointId') > select * from Comp_VMALL_DICTIONARY_EXCLUDE -- This message was sent by Atlassian JIRA (v6.4.14#64029)