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 19B98182C5 for ; Sat, 12 Dec 2015 00:40:47 +0000 (UTC) Received: (qmail 23201 invoked by uid 500); 12 Dec 2015 00:40:47 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 23174 invoked by uid 500); 12 Dec 2015 00:40:47 -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 23147 invoked by uid 99); 12 Dec 2015 00:40:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Dec 2015 00:40:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D76A22C1F77 for ; Sat, 12 Dec 2015 00:40:46 +0000 (UTC) Date: Sat, 12 Dec 2015 00:40:46 +0000 (UTC) From: "Suresh Ollala (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-4006) As json reader reads a field with empty lists, IOOB could happen 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-4006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Ollala updated DRILL-4006: --------------------------------- Reviewer: Khurram Faraaz > As json reader reads a field with empty lists, IOOB could happen > ---------------------------------------------------------------- > > Key: DRILL-4006 > URL: https://issues.apache.org/jira/browse/DRILL-4006 > Project: Apache Drill > Issue Type: Bug > Components: Storage - JSON > Reporter: Sean Hsuan-Yi Chu > Assignee: Sean Hsuan-Yi Chu > Fix For: 1.3.0 > > Attachments: a.json, b.json, c.json > > > If a field in a json file has many empty lists before a non-empty list, there could be an IOOB exception. > Running the following query on the folder with files in the attachment can reproduce the observation: > {code} > select a from`folder` > {code} > Exception: > org.apache.drill.common.exceptions.UserRemoteException: DATA_READ ERROR: index: 4448, length: 4 -- This message was sent by Atlassian JIRA (v6.3.4#6332)