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 1B1C610093 for ; Thu, 13 Feb 2014 12:06:31 +0000 (UTC) Received: (qmail 90779 invoked by uid 500); 13 Feb 2014 12:06:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 90730 invoked by uid 500); 13 Feb 2014 12:06:20 -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 90701 invoked by uid 500); 13 Feb 2014 12:06:19 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 90695 invoked by uid 99); 13 Feb 2014 12:06:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 12:06:19 +0000 Date: Thu, 13 Feb 2014 12:06:19 +0000 (UTC) From: "Remus Rusanu (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6399) bug in high-precision Decimal128 multiply 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-6399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-6399: ------------------------------- Status: Patch Available (was: Open) > bug in high-precision Decimal128 multiply > ----------------------------------------- > > Key: HIVE-6399 > URL: https://issues.apache.org/jira/browse/HIVE-6399 > Project: Hive > Issue Type: Sub-task > Components: Query Processor, Vectorization > Reporter: Eric Hanson > Assignee: Remus Rusanu > Fix For: 0.13.0 > > Attachments: HIVE-6399.01.patch, HIVE-6399.02.patch, HIVE-6399.02.patch, HIVE-6399.3.patch > > > For operation -605044214913338382 * 55269579109718297360 > expected: -33440539101030154945490585226577271520 > but was: -33440539021801992431226247633033321184 > More generally, if you run TestDecimal128.testHighPrecisionDecimal128Multiply many times, you'll get an occasional failure. This is one example of such a failure. -- This message was sent by Atlassian JIRA (v6.1.5#6160)