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

[jira] [Created] (DRILL-1245) Drill should pinpoint to the "Problem Record" when it fails to parse a json file

Rahul Challapalli created DRILL-1245:
----------------------------------------

             Summary: Drill should pinpoint to the "Problem Record" when it fails to parse a json file
                 Key: DRILL-1245
                 URL: https://issues.apache.org/jira/browse/DRILL-1245
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - JSON
            Reporter: Rahul Challapalli


git.commit.id.abbrev=98b208e

Data :

{code}
{"name":"name1", "id":1}
{"name":"name2", "id":2}
{"name":"name3", "id":3}
{"name":"name4", "id":04}
{"name":"name5", "id":5}
{code}

Query :
{code}
 select * from cp.`file.json`;
Query failed: Screen received stop request sent. Invalid numeric value: Leading zeroes not allowed
 at [Source: java.io.BufferedReader@202fbdb4; line: 1, column: 24] [c11a17bd-1a3a-4eed-a848-6d79225399d3]

Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0)
{code}

The msg should point to the exact record which is causing the problem as it will be hard looking into the data and finding out the problem record.



--
This message was sent by Atlassian JIRA
(v6.2#6252)