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

Ben Becker updated DRILL-283:
-----------------------------

    Description: 
Repeated map support needs to be implemented in value vectors, physical 
operators, functions and readers.

Example of a repeated map in JSON format:

{code}
{
  "Bigname": [
      {"name": "hello", "id": "1"},
      {"name": "world", "id": "2"}
  ]
}
{code}

  was:Repeated map support needs to be implemented in value vectors, physical 
operators, functions and readers.


> Implement support for Repeated Map
> ----------------------------------
>
>                 Key: DRILL-283
>                 URL: https://issues.apache.org/jira/browse/DRILL-283
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Ben Becker
>
> Repeated map support needs to be implemented in value vectors, physical 
> operators, functions and readers.
> Example of a repeated map in JSON format:
> {code}
> {
>   "Bigname": [
>       {"name": "hello", "id": "1"},
>       {"name": "world", "id": "2"}
>   ]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to