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 2015/01/06 01:21:34 UTC

[jira] [Created] (DRILL-1933) JsonReader fails to read bigint values

Rahul Challapalli created DRILL-1933:
----------------------------------------

             Summary: JsonReader fails to read bigint values
                 Key: DRILL-1933
                 URL: https://issues.apache.org/jira/browse/DRILL-1933
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - JSON
            Reporter: Rahul Challapalli
            Assignee: Hanifi Gunes
         Attachments: error.log

git.commit.id.abbrev=b491cdb

Data Set :
{code}
{
    "col1" : 14994882832830675451
}
{code}

Query :
{code}
select * from `bigint.json`;
Query failed: Query stopped., Numeric value (14994882832830675451) out of range of long (-9223372036854775808 - 9223372036854775807)
 at [Source: org.apache.drill.exec.vector.complex.fn.JsonReader@23543f97; line: 1, column: 34] [ 8716695b-0438-43b7-a645-77a29213a4b2 on qa-node191.qa.lab:31010 ]
{code}

Explicitly trying to cast also yielded the same result.

I attached the log file. Let me know if you need anything



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