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 52DB5200AF7 for ; Tue, 31 May 2016 04:05:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 51A46160A3F; Tue, 31 May 2016 02:05:14 +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 BE8C4160A19 for ; Tue, 31 May 2016 04:05:13 +0200 (CEST) Received: (qmail 79632 invoked by uid 500); 31 May 2016 02:05:13 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 79616 invoked by uid 99); 31 May 2016 02:05:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2016 02:05:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D1E082C044E for ; Tue, 31 May 2016 02:05:12 +0000 (UTC) Date: Tue, 31 May 2016 02:05:12 +0000 (UTC) From: "Matt McCline (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-13713) We miss vectorization in a case of count(*) when aggregation mode is COMPLETE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 31 May 2016 02:05:14 -0000 [ https://issues.apache.org/jira/browse/HIVE-13713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-13713: -------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > We miss vectorization in a case of count(*) when aggregation mode is COMPLETE > ----------------------------------------------------------------------------- > > Key: HIVE-13713 > URL: https://issues.apache.org/jira/browse/HIVE-13713 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Fix For: 2.1.0, 2.2.0 > > Attachments: HIVE-13713.01.patch, HIVE-13713.02.patch, HIVE-13713.03.patch > > > E.g. vectorization_limit.q doesn't vectorize Reducer 2 for the query: > {code} > "select ctinyint, count(distinct(cdouble)) from alltypesorc group by ctinyint order by ctinyint limit 20" > {code} > It was producing a stack trace with this error... when trying to vectorize the COMPLETE mode GROUP BY operator. > {code} > Vector aggregate not implemented: "count" for type: "NONE (reduce-merge-partial = true) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)