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)