Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FEDE10DD9 for ; Fri, 5 Dec 2014 21:04:13 +0000 (UTC) Received: (qmail 13283 invoked by uid 500); 5 Dec 2014 21:04:13 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 13206 invoked by uid 500); 5 Dec 2014 21:04:13 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 13047 invoked by uid 99); 5 Dec 2014 21:04:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 21:04:13 +0000 Date: Fri, 5 Dec 2014 21:04:12 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-1816) Scan Error with JSON on large no of records with Complex Types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rahul Challapalli created DRILL-1816: ---------------------------------------- Summary: Scan Error with JSON on large no of records with Complex Types Key: DRILL-1816 URL: https://issues.apache.org/jira/browse/DRILL-1816 Project: Apache Drill Issue Type: Bug Components: Storage - JSON Reporter: Rahul Challapalli Assignee: Mehant Baid git.commit.id.abbrev=4a4f54a Memory Settings {code} DRILL_MAX_DIRECT_MEMORY="32G" DRILL_MAX_HEAP="4G" {code} Dataset : {code} { "data" : { "col1" : { "one" : [1,2,3,4], "two" : [{"a":"b"},{"c":"d"}] } } } {code} The below query works fine for the above record. However if we copy the same record 100,000 times, it fails with IOOB exception {code} select data from `json_kvgenflatten/kvgen-complex-large.json`; {code} Attached the logs. Let me know if you need anything more. -- This message was sent by Atlassian JIRA (v6.3.4#6332)