Mike Beckerle created DRILL-8476:
------------------------------------
Summary: Float type displays like Double
Key: DRILL-8476
URL: https://issues.apache.org/jira/browse/DRILL-8476
Project: Apache Drill
Issue Type: Bug
Affects Versions: 1.20.3
Reporter: Mike Beckerle
This is the results of a test where Daffodil hands a float with
value Float.MaxValue to drill.
Notice how drill is displaying this value as if it had double precision.
```
org.junit.ComparisonFailure:
Expected :\{... , 3.4028235E38, ... }
Actual :\{... , 3.4028234663852886E38, ... }
<Click to see difference>
```
This is a bug we found and fixed in Apache Daffodil also. See
https://github.com/apache/daffodil/pull/1133 for context and discussion.
I left component blank initially as I'm not sure what part of drill is
responsible for this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)