[
https://issues.apache.org/jira/browse/DRILL-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16780157#comment-16780157
]
Abhishek Girish commented on DRILL-407:
---------------------------------------
Cannot reproduce this on apache/drill master
{code}
> select * from dfs.`/Users/agirish/max.json`;
+-------------------------+
| a |
+-------------------------+
| 1.7976931348623157E308 |
+-------------------------+
1 row selected (2.662 seconds)
{code}
> JSON max number value returns INFINITY in drill
> -----------------------------------------------
>
> Key: DRILL-407
> URL: https://issues.apache.org/jira/browse/DRILL-407
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - JSON
> Reporter: Ramana Inukonda Nagaraj
> Priority: Minor
> Fix For: Future
>
>
> Select from column containing max number value of Javascript
> (1.7976931348623157e+308)
> 0: jdbc:drill:schema=dfs> select wealth from
> dfs.`/user/root/employeeNestedObject.json`;
> +------------+
> | wealth |
> +------------+
> | Infinity |
> +------------+
> 1 row selected (0.084 seconds)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)