Rahul Challapalli created DRILL-1768:
----------------------------------------
Summary: A '0' in a decimal field results in a schema change sort
of error
Key: DRILL-1768
URL: https://issues.apache.org/jira/browse/DRILL-1768
Project: Apache Drill
Issue Type: Bug
Components: Storage - JSON
Reporter: Rahul Challapalli
git.commit.id.abbrev=108d29f
Dataset :
{code}
{
"id":1,
"val":1.1
}
{
"id":2,
"val":0
}
{code}
Query :
{code}
select * from `temp.json`;
Query failed: Failure while running fragment.[
42bfb6bb-c09e-4eb3-a9ee-442d369c1b4b on qa-node190.qa.lab:31010 ]
Error: exception while executing query: Failure while executing query.
(state=,code=0)
{code}
Attached the log file. Let me know if there are any questions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)