Login  Register

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

Posted by Akash R Nilugal (Jira) on Aug 08, 2016; 12:04pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-152-Carbon-is-not-giving-proper-result-with-double-value-tp42.html

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)