You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/12/29 00:32:18 UTC

[jira] [Updated] (DRILL-1755) Add support for arrays and scalars as first level elements in JSON files

     [ https://issues.apache.org/jira/browse/DRILL-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-1755:
----------------------------------
    Fix Version/s: Future

> Add support for arrays and scalars as first level elements in JSON files
> ------------------------------------------------------------------------
>
>                 Key: DRILL-1755
>                 URL: https://issues.apache.org/jira/browse/DRILL-1755
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Abhishek Girish
>            Assignee: Jacques Nadeau
>             Fix For: Future
>
>         Attachments: drillbit.log
>
>
> Publicly available JSON data sometimes have the following structure (arrays as first level elements):
> [
> {"accessLevel": "public"
> },
> {"accessLevel": "private"
> }
> ]
> Drill currently does not support Arrays or Scalars as first level elements. Only maps are supported. We should add support for the arrays and scalars. 
> Log attached. 



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