Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EBDB4200C6F for ; Tue, 9 May 2017 23:29:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EA6F3160BB6; Tue, 9 May 2017 21:29:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3C4F0160B9A for ; Tue, 9 May 2017 23:29:07 +0200 (CEST) Received: (qmail 6866 invoked by uid 500); 9 May 2017 21:29:06 -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 6857 invoked by uid 99); 9 May 2017 21:29:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2017 21:29:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EFD641A0253 for ; Tue, 9 May 2017 21:29:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id jteVwJ5V95qg for ; Tue, 9 May 2017 21:29:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D0BCA5FCAE for ; Tue, 9 May 2017 21:29:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6A5D7E0630 for ; Tue, 9 May 2017 21:29:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1D50721E09 for ; Tue, 9 May 2017 21:29:04 +0000 (UTC) Date: Tue, 9 May 2017 21:29:04 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-4337) Drill fails to read INT96 fields from hive generated parquet files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 May 2017 21:29:08 -0000 [ https://issues.apache.org/jira/browse/DRILL-4337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli updated DRILL-4337: ------------------------------------- Priority: Blocker (was: Critical) > Drill fails to read INT96 fields from hive generated parquet files > ------------------------------------------------------------------ > > Key: DRILL-4337 > URL: https://issues.apache.org/jira/browse/DRILL-4337 > Project: Apache Drill > Issue Type: Bug > Reporter: Rahul Challapalli > Priority: Blocker > Attachments: hive1_fewtypes_null.parquet > > > git.commit.id.abbrev=576271d > Cluster : 2 nodes running MaprFS 4.1 > The data file used in the below table is generated from hive. Below is output from running the same query multiple times. > {code} > 0: jdbc:drill:zk=10.10.100.190:5181> select timestamp_col from hive1_fewtypes_null; > Error: SYSTEM ERROR: NegativeArraySizeException > Fragment 0:0 > [Error Id: 5517e983-ccae-4c96-b09c-30f331919e56 on qa-node191.qa.lab:31010] (state=,code=0) > 0: jdbc:drill:zk=10.10.100.190:5181> select timestamp_col from hive1_fewtypes_null; > Error: SYSTEM ERROR: IllegalArgumentException: Reading past RLE/BitPacking stream. > Fragment 0:0 > [Error Id: 94ed5996-d2ac-438d-b460-c2d2e41bdcc3 on qa-node191.qa.lab:31010] (state=,code=0) > 0: jdbc:drill:zk=10.10.100.190:5181> select timestamp_col from hive1_fewtypes_null; > Error: SYSTEM ERROR: ArrayIndexOutOfBoundsException: 0 > Fragment 0:0 > [Error Id: 41dca093-571e-49e5-a2ab-fd69210b143d on qa-node191.qa.lab:31010] (state=,code=0) > 0: jdbc:drill:zk=10.10.100.190:5181> select timestamp_col from hive1_fewtypes_null; > +----------------+ > | timestamp_col | > +----------------+ > | null | > | [B@7c766115 | > | [B@3fdfe989 | > | null | > | [B@55d4222 | > | [B@2da0c8ee | > | [B@16e798a9 | > | [B@3ed78afe | > | [B@38e649ed | > | [B@16ff83ca | > | [B@61254e91 | > | [B@5849436a | > | [B@31e9116e | > | [B@3c77665b | > | [B@42e0ff60 | > | [B@419e19ed | > | [B@72b83842 | > | [B@1c75afe5 | > | [B@726ef1fb | > | [B@51d0d06e | > | [B@64240fb8 | > +---------------- > {code} > Attached the log, hive ddl used to generate the parquet file and the parquet file itself -- This message was sent by Atlassian JIRA (v6.3.15#6346)