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 31F9A1122F for ; Wed, 11 Jun 2014 22:19:27 +0000 (UTC) Received: (qmail 68328 invoked by uid 500); 11 Jun 2014 22:19:26 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 68302 invoked by uid 500); 11 Jun 2014 22:19:26 -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 68293 invoked by uid 99); 11 Jun 2014 22:19:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 22:19:26 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,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; Wed, 11 Jun 2014 22:19:27 +0000 Received: (qmail 67504 invoked by uid 99); 11 Jun 2014 22:19:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 22:19:01 +0000 Date: Wed, 11 Jun 2014 22:19:01 +0000 (UTC) From: "Ramana Inukonda Nagaraj (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-960) Doing a select on a orc partitioned hive table fails with ClassCastException 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-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramana Inukonda Nagaraj updated DRILL-960: ------------------------------------------ Attachment: orc_physicalplan.json Physical plan > Doing a select on a orc partitioned hive table fails with ClassCastException > ---------------------------------------------------------------------------- > > Key: DRILL-960 > URL: https://issues.apache.org/jira/browse/DRILL-960 > Project: Apache Drill > Issue Type: Bug > Components: Storage - Hive > Reporter: Ramana Inukonda Nagaraj > Assignee: Venki Korukanti > Attachments: orc_complex.q, orc_create_people.txt, orc_physicalplan.json > > > SELECT id FROM orc_create_people; > Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "dcfd06bf-9239-44cf-8f16-f92ffac39005" > endpoint { > address: "drillats4.qa.lab" > user_port: 31010 > control_port: 31011 > data_port: 31012 > } > error_type: 0 > message: "Failure while running fragment. < ClassCastException:[ org.apache.drill.exec.vector.Var16CharVector cannot be cast to org.apache.drill.exec.vector.VarCharVector ]" > ] > Error: exception while executing query (state=,code=0) -- This message was sent by Atlassian JIRA (v6.2#6252)