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

Jason Altekruse commented on DRILL-1753:
----------------------------------------

I was incorrect when I said this issue was not related to 1673. Originally a 
subset of the issue described 1673 was fixed. That issue was reopened and the 
complete fix was applied. The query reported as failing here now passes on 
master. I am closing it as fixed.

> Flatten fails on a repeated map, where the maps being flattened contain 
> repeated lists
> --------------------------------------------------------------------------------------
>
>                 Key: DRILL-1753
>                 URL: https://issues.apache.org/jira/browse/DRILL-1753
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators, Functions - Drill
>            Reporter: Jason Altekruse
>            Assignee: Jason Altekruse
>             Fix For: 1.1.0
>
>         Attachments: error.log
>
>
> We currently fail to flatten the following data, the issue is the repeated 
> list nested inside of the map, this is not being copied properly during the 
> flatten operation.
> {
>     r_map_3 : [
>         { "d" : [ [1021, 1022], [1]] },
>         { "d" : [ [1010] ] }
>     ]
> }



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

Reply via email to