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 DAE9F10590 for ; Mon, 24 Nov 2014 18:33:34 +0000 (UTC) Received: (qmail 61647 invoked by uid 500); 24 Nov 2014 18:33:34 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 61618 invoked by uid 500); 24 Nov 2014 18:33:34 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 61609 invoked by uid 99); 24 Nov 2014 18:33:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2014 18:33:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Nov 2014 18:33:33 +0000 Received: (qmail 60954 invoked by uid 99); 24 Nov 2014 18:33:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2014 18:33:13 +0000 Date: Mon, 24 Nov 2014 18:33:13 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-1753) Flatten fails on a repeated map, where the maps being flattened contain repeated lists MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223265#comment-14223265 ] Jason Altekruse commented on DRILL-1753: ---------------------------------------- Unfortunately no, I will confirm today if this has been fixed by the recent changes we made last week, but it is an issue independent from 1673. - Jason On Mon, Nov 24, 2014 at 10:27 AM, Rahul Challapalli (JIRA) > 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 > Reporter: Jason Altekruse > Assignee: Jason Altekruse > > 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)