Sudheesh Katkam created DRILL-955:
-------------------------------------
Summary: Casting 0.0000001 to varchar
Key: DRILL-955
URL: https://issues.apache.org/jira/browse/DRILL-955
Project: Apache Drill
Issue Type: Bug
Reporter: Sudheesh Katkam
Assignee: Sudheesh Katkam
On postgres,
=# select cast(0.00000001 as varchar);
varchar
------------
0.00000001
(1 row)
On drill,
0: jdbc:drill:zk=local> select cast(0.00000001 as varchar) from
cp.`employee.json` limit 1;
+------------+
| EXPR$0 |
+------------+
| 1 |
+------------+
1 row selected (0.254 seconds)
--
This message was sent by Atlassian JIRA
(v6.2#6252)