You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2014/07/25 03:18:38 UTC

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

Rahul Challapalli created DRILL-1193:
----------------------------------------

             Summary: 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


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.2#6252)