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/08 12:04:20 UTC

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

Ashok Kumar created CARBONDATA-152:
--------------------------------------

             Summary: 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)