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/10 22:21:13 UTC

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

Jason Altekruse created DRILL-2754:
--------------------------------------

             Summary: 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


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)