You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/01/04 22:29:48 UTC

[jira] [Resolved] (DRILL-1193) Drill hangs when json data contains an array with more than one value and one of them is a decimal

     [ https://issues.apache.org/jira/browse/DRILL-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau resolved DRILL-1193.
-----------------------------------
    Resolution: Duplicate

> Drill hangs when json data contains an array with more than one value and one of them is a decimal
> --------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-1193
>                 URL: https://issues.apache.org/jira/browse/DRILL-1193
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - JSON
>            Reporter: Rahul Challapalli
>             Fix For: Future
>
>
> git.commit.id.abbrev=e5c2da0
> The below query hangs in drill
> select * from `decimal.json`;
> Below is the json where drill hangs :
> {"coordinates": [168.01,5]}
> However the below json has no problem
> {"coordinates": [168.01]}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)