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 7848B10AC2 for ; Tue, 22 Oct 2013 23:36:44 +0000 (UTC) Received: (qmail 47645 invoked by uid 500); 22 Oct 2013 23:36:43 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 47574 invoked by uid 500); 22 Oct 2013 23:36:43 -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 47529 invoked by uid 500); 22 Oct 2013 23:36:43 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 47514 invoked by uid 99); 22 Oct 2013 23:36:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 23:36:43 +0000 Date: Tue, 22 Oct 2013 23:36:43 +0000 (UTC) From: "Gunther Hagleitner (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5568) count(*) on ORC tables with predicate pushdown on partition columns fail 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-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802425#comment-13802425 ] Gunther Hagleitner commented on HIVE-5568: ------------------------------------------ [~owen.omalley] that's the one. could you take a look at the failure in orc_create? > count(*) on ORC tables with predicate pushdown on partition columns fail > ------------------------------------------------------------------------ > > Key: HIVE-5568 > URL: https://issues.apache.org/jira/browse/HIVE-5568 > Project: Hive > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Fix For: 0.12.1 > > Attachments: D13485.1.patch, D13485.2.patch, D13485.3.patch > > > If the query is: > {code} > select count(*) from orc_table where x = 10; > {code} > where x is a partition column and predicate pushdown is enabled, you'll get an array out of bounds exception. -- This message was sent by Atlassian JIRA (v6.1#6144)