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/11/21 03:50:34 UTC

[jira] [Created] (DRILL-1768) A '0' in a decimal field results in a schema change sort of error

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)