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 3FC889242 for ; Wed, 11 Jan 2012 12:24:29 +0000 (UTC) Received: (qmail 79939 invoked by uid 500); 11 Jan 2012 12:24:28 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 79628 invoked by uid 500); 11 Jan 2012 12:24:11 -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 79587 invoked by uid 500); 11 Jan 2012 12:24:04 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 79579 invoked by uid 99); 11 Jan 2012 12:24:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 12:24:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 11 Jan 2012 12:24:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B69AD1447FD for ; Wed, 11 Jan 2012 12:23:40 +0000 (UTC) Date: Wed, 11 Jan 2012 12:23:40 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <659392333.29548.1326284620749.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1406558744.3787.1318396871743.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2498) Group by operator doesnt estimate size of Timestamp & Binary data correctly 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-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2498: ------------------------------ Attachment: HIVE-2498.D1185.1.patch ashutoshc requested code review of "HIVE-2498 [jira] Group by operator doesnt estimate size of Timestamp & Binary data correctly". Reviewers: JIRA https://issues.apache.org/jira/browse/HIVE-2498 Better size estimate for timestamp and binary datatypes It currently defaults to default case and returns constant value, whereas we can do better by getting actual size at runtime. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D1185 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/exec/GroupByOperator.java MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/2463/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Group by operator doesnt estimate size of Timestamp & Binary data correctly > --------------------------------------------------------------------------- > > Key: HIVE-2498 > URL: https://issues.apache.org/jira/browse/HIVE-2498 > Project: Hive > Issue Type: Bug > Affects Versions: 0.9.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Attachments: HIVE-2498.D1185.1.patch, hive-2498.patch > > > It currently defaults to default case and returns constant value, whereas we can do better by getting actual size at runtime. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira