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 20:42:59 UTC

[jira] [Resolved] (DRILL-2754) Allocation bug in splitAndTransfer method causing some flatten queries to fail

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

Jason Altekruse resolved DRILL-2754.
------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 0.9.0)
                   1.0.0

> Allocation bug in splitAndTransfer method causing some flatten queries to fail
> ------------------------------------------------------------------------------
>
>                 Key: DRILL-2754
>                 URL: https://issues.apache.org/jira/browse/DRILL-2754
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types, Execution - Relational Operators
>            Reporter: Jason Altekruse
>            Assignee: Jason Altekruse
>            Priority: Critical
>             Fix For: 1.0.0
>
>         Attachments: DRILL-2754.patch
>
>
> Data for reproduction:
> {code}
> {
>      "config": [
>          [],
>          [ "a string" ]
>      ]
> }
> {code}
> {code}
> select flatten(config) as flat from cp.`/store/json/null_list.json`
> {code}
> This was carved out of a larger use case that was failing, so in the course of coming up with a minimal reproduction I fixed the bug. I will be posting a patch shortly.



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