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 925A41033C for ; Wed, 7 Jan 2015 00:57:33 +0000 (UTC) Received: (qmail 27410 invoked by uid 500); 7 Jan 2015 00:57:34 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 27379 invoked by uid 500); 7 Jan 2015 00:57:34 -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 27369 invoked by uid 99); 7 Jan 2015 00:57:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 00:57:34 +0000 Date: Wed, 7 Jan 2015 00:57:34 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1944) JsonReader fails to read arrays of size 2000 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-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli updated DRILL-1944: ------------------------------------- Attachment: scalar-array-2000.json error.log > JsonReader fails to read arrays of size 2000 > -------------------------------------------- > > Key: DRILL-1944 > URL: https://issues.apache.org/jira/browse/DRILL-1944 > Project: Apache Drill > Issue Type: Bug > Components: Storage - JSON > Reporter: Rahul Challapalli > Assignee: Hanifi Gunes > Attachments: error.log, scalar-array-2000.json > > > git.commit.id.abbrev=b491cdb > I tried a select * on a json file which contained a single array of strings. Drill fails to read the file if the array has 2000 elements. However it works for an array size of 1500. So I am not sure if it is a known limitation or a bug. > Query : > {code} > jdbc:drill:schema=dfs.drillTestDir> select * from `data-shapes/wide-records/single/wide-record1.json`; > Query failed: Query stopped., Record was too large to copy into vector. [ 5b320c2f-fff3-4de5-8095-8043c30510fd on qa-node191.qa.lab:31010 ] > {code} > I attached the data file and the error log. Let me know if you have any questions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)