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)