You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/12/09 19:16:11 UTC

[jira] [Created] (DRILL-4180) IllegalArgumentException while reading JSON files

Sean Hsuan-Yi Chu created DRILL-4180:
----------------------------------------

             Summary: IllegalArgumentException while reading JSON files
                 Key: DRILL-4180
                 URL: https://issues.apache.org/jira/browse/DRILL-4180
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - JSON
            Reporter: Sean Hsuan-Yi Chu
            Assignee: Sean Hsuan-Yi Chu
             Fix For: 1.5.0
         Attachments: a.json, b.json

First of all, this issue can be reproduced when drill runs on distributed mode.

We have two json files in distributed file system. The type for the column is MAP and there is not schema change on the top level. However, in the one layer deeper in this column, the first file has one NullableBit column, which does not appear in the second file. 

The issue can be reproduced by the files in the attachment and this query :
{code}
select jsonFieldMapLevel1_aaa from directory
{code}



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