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 D8D217BAD for ; Mon, 1 Aug 2011 20:07:35 +0000 (UTC) Received: (qmail 72209 invoked by uid 500); 1 Aug 2011 20:07:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 72148 invoked by uid 500); 1 Aug 2011 20:07:35 -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 72002 invoked by uid 500); 1 Aug 2011 20:07:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 71953 invoked by uid 99); 1 Aug 2011 20:07:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 20:07:35 +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.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 20:07:33 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5A7639886C for ; Mon, 1 Aug 2011 20:07:11 +0000 (UTC) Date: Mon, 1 Aug 2011 20:07:11 +0000 (UTC) From: "jiraposter@reviews.apache.org (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1654249229.23614.1312229231367.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <352618991.21246.1312071729652.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2326) Turn off bitmap indexing when map-side aggregation is turned off 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/HIVE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073690#comment-13073690 ] jiraposter@reviews.apache.org commented on HIVE-2326: ----------------------------------------------------- ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1232/ ----------------------------------------------------------- (Updated 2011-08-01 20:06:37.125396) Review request for hive, John Sichi and Ning Zhang. Changes ------- add negative testcase and address comments Summary ------- sets the correct object inspector for PARTIAL2, COMPLETE UDAF modes This addresses bug HIVE-2326. https://issues.apache.org/jira/browse/HIVE-2326 Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/index/TableBasedIndexHandler.java 02ab78c ql/src/java/org/apache/hadoop/hive/ql/index/bitmap/BitmapIndexHandler.java 61bbbf5 ql/src/java/org/apache/hadoop/hive/ql/index/compact/CompactIndexHandler.java 7c91946 ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFEWAHBitmap.java 0a3df09 ql/src/test/queries/clientnegative/index_bitmap_no_map_aggr.q PRE-CREATION ql/src/test/queries/clientpositive/index_bitmap_auto_no_map_aggr.q PRE-CREATION ql/src/test/results/clientnegative/index_bitmap_no_map_aggr.q.out PRE-CREATION Diff: https://reviews.apache.org/r/1232/diff Testing ------- Thanks, Syed > Turn off bitmap indexing when map-side aggregation is turned off > ---------------------------------------------------------------- > > Key: HIVE-2326 > URL: https://issues.apache.org/jira/browse/HIVE-2326 > Project: Hive > Issue Type: Bug > Reporter: Syed S. Albiz > Assignee: Syed S. Albiz > Attachments: HIVE-2326.1.patch, HIVE-2326.2.patch > > > Simply adding the CLUSTER BY clause on the ROW_OFFSET does not work with a GROUP BY clause, causing a SemanticException when trying to compile the the index builder task. Based on conversation with John Sichi, for now we will just turn off this feature. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira