[ 
https://issues.apache.org/jira/browse/DRILL-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744470#comment-14744470
 ] 

Khurram Faraaz commented on DRILL-283:
--------------------------------------

Verified fix on master commit ID: b525692e

{code}
0: jdbc:drill:schema=dfs.tmp> select t.Bigname from `repeated_map.json` t;
+--------------------------------------------------------+
|                        Bigname                         |
+--------------------------------------------------------+
| [{"name":"hello","id":"1"},{"name":"world","id":"2"}]  |
+--------------------------------------------------------+
1 row selected (0.159 seconds)
{code}

> 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
>             Fix For: 0.4.0
>
>
> 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.3.4#6332)

Reply via email to