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 E57FCDC91 for ; Thu, 21 Jun 2012 16:55:48 +0000 (UTC) Received: (qmail 69490 invoked by uid 500); 21 Jun 2012 16:55:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 69371 invoked by uid 500); 21 Jun 2012 16:55:44 -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 69186 invoked by uid 500); 21 Jun 2012 16:55:44 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 68873 invoked by uid 99); 21 Jun 2012 16:55:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 16:55:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D0457142865 for ; Thu, 21 Jun 2012 16:55:43 +0000 (UTC) Date: Thu, 21 Jun 2012 16:55:43 +0000 (UTC) From: "Gang Tim Liu (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <958732648.39680.1340297743855.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1491000916.32773.1340171682756.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HIVE-3165) Hive thrift code doesnt generate quality hashCode() 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-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3165: ------------------------------- Status: Patch Available (was: Open) A new patch is submitted. > Hive thrift code doesnt generate quality hashCode() > --------------------------------------------------- > > Key: HIVE-3165 > URL: https://issues.apache.org/jira/browse/HIVE-3165 > Project: Hive > Issue Type: Bug > Components: Thrift API > Environment: Hive thrift code doesnt generate quality hashCode(). Right now, it all has > @Override > public int hashCode() { > return 0; > } > It will cause all entries go to the same bucket if it's used as hash key. > Reporter: Gang Tim Liu > Assignee: Gang Tim Liu > Priority: Minor > Attachments: Hive-3165.patch, Hive-3165.patch-2 > > -- 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