You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2015/04/21 01:30:59 UTC

[jira] [Updated] (DRILL-1753) Flatten fails on a repeated map, where the maps being flattened contain repeated lists

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

Jason Altekruse updated DRILL-1753:
-----------------------------------
    Component/s: Functions - Drill
                 Execution - Relational Operators

> 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: 0.7.0
>
>
> 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)