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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)