Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 DAF3FD15B for ; Mon, 20 May 2013 18:27:16 +0000 (UTC) Received: (qmail 61278 invoked by uid 500); 20 May 2013 18:27:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 61044 invoked by uid 500); 20 May 2013 18:27:16 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 61012 invoked by uid 500); 20 May 2013 18:27:16 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 61000 invoked by uid 99); 20 May 2013 18:27:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 18:27:16 +0000 Date: Mon, 20 May 2013 18:27:16 +0000 (UTC) From: "Edward Capriolo (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-4537) select * fails on orc table when vectorization is enabled 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/HIVE-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13662239#comment-13662239 ] Edward Capriolo commented on HIVE-4537: --------------------------------------- 1) Replace cookie string "mapred.input.dir" which a constant/ enum {quote} job.set("mapred.input.dir", org.apache.hadoop.util.StringUtils.escapeString(currPath .toString())); {quote} 2) Comments are nice but we should have a .q test to prevent future regressions. {quote} + // Fetch operator is not vectorized and as such turn vectorization flag off so that + // non-vectorized record reader is created below. + HiveConf.setBoolVar(job, HiveConf.ConfVars.HIVE_VECTORIZATION_ENABLED, false); + PartitionDesc partDesc; if (currTbl == null) { partDesc = currPart; {quote} > select * fails on orc table when vectorization is enabled > ---------------------------------------------------------- > > Key: HIVE-4537 > URL: https://issues.apache.org/jira/browse/HIVE-4537 > Project: Hive > Issue Type: Sub-task > Components: Query Processor > Reporter: Tony Murphy > Assignee: Sarvesh Sakalanaga > Attachments: Hive-4537.0.patch > > > hive> select * from intdataorc; > OK > Failed with exception java.io.IOException:org.apache.hadoop.hive.ql.metadata.HiveException: Error evaluating cint0 > Time taken: 0.213 seconds -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira