Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8B681721D for ; Wed, 15 Apr 2015 16:26:40 +0000 (UTC) Received: (qmail 26610 invoked by uid 500); 15 Apr 2015 16:19:59 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 26466 invoked by uid 500); 15 Apr 2015 16:19:59 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 26318 invoked by uid 99); 15 Apr 2015 16:19:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 16:19:59 +0000 Date: Wed, 15 Apr 2015 16:19:58 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2754) Allocation bug in splitAndTransfer method causing some flatten queries to fail MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Altekruse updated DRILL-2754: ----------------------------------- Fix Version/s: 0.9.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: 0.9.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)