From issues-return-225362-archive-asf-public=cust-asf.ponee.io@spark.apache.org Tue May 21 04:48:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C417918077A for ; Tue, 21 May 2019 06:48:09 +0200 (CEST) Received: (qmail 58266 invoked by uid 500); 21 May 2019 04:21:37 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 58200 invoked by uid 99); 21 May 2019 04:21:37 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2019 04:21:37 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7AFF4E2C87 for ; Tue, 21 May 2019 04:21:36 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4FAD425822 for ; Tue, 21 May 2019 04:21:36 +0000 (UTC) Date: Tue, 21 May 2019 04:21:36 +0000 (UTC) From: "Hyukjin Kwon (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SPARK-15201) Handle integer overflow correctly in hash code computation 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/SPARK-15201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon updated SPARK-15201: --------------------------------- Labels: bulk-closed (was: ) > Handle integer overflow correctly in hash code computation > ---------------------------------------------------------- > > Key: SPARK-15201 > URL: https://issues.apache.org/jira/browse/SPARK-15201 > Project: Spark > Issue Type: Bug > Components: SparkR > Affects Versions: 1.6.1 > Reporter: Sun Rui > Priority: Major > Labels: bulk-closed > > mult31AndAdd() function in utils.R does not handle integer overflow well. We need find a solution to exactly match the hash code computation algorithm for string in JDK. > For details, refer to the discussion in https://github.com/apache/spark/pull/10436 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org