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

[jira] [Commented] (CARBONDATA-152) Carbon is not giving proper result with double value

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

Ashok Kumar commented on CARBONDATA-152:
----------------------------------------

if input data is 
a,3.141111
b,3.141212
c,3.141313
d,3.141515
e,3.141616
f,3.141717
g,3.141818
h,4.20000000

result is
a,3.141108
b,3.1412080000000002
c,3.1413080000000004
d,3.1414180000000003
e,3.141518
f,3.1416180000000002
g,3.141718
h,3.141818

> Carbon is not giving proper result with double value
> ----------------------------------------------------
>
>                 Key: CARBONDATA-152
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-152
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ashok Kumar
>            Priority: Minor
>
> create table double(name string, value double) stored by 'org.apache.carbondata.format'
> load below data
> a,0.9
> b,1
> result is
> name, value
> a, -1.5E-4
> b, 1.0



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