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 BBDFD10087 for ; Wed, 22 Jan 2014 01:27:40 +0000 (UTC) Received: (qmail 96273 invoked by uid 500); 22 Jan 2014 01:27:30 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 96180 invoked by uid 500); 22 Jan 2014 01:27:29 -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 95899 invoked by uid 500); 22 Jan 2014 01:27:23 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 95765 invoked by uid 99); 22 Jan 2014 01:27:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2014 01:27:22 +0000 Date: Wed, 22 Jan 2014 01:27:21 +0000 (UTC) From: "Eric Hanson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6243) error in high-precision division for Decimal128 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-6243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Hanson updated HIVE-6243: ------------------------------ Assignee: Eric Hanson Status: Patch Available (was: Open) > error in high-precision division for Decimal128 > ----------------------------------------------- > > Key: HIVE-6243 > URL: https://issues.apache.org/jira/browse/HIVE-6243 > Project: Hive > Issue Type: Sub-task > Reporter: Eric Hanson > Assignee: Eric Hanson > Attachments: HIVE-6243.01.patch, divide-error.01.patch > > > a = 213474114411690 > b = 5062120663 > a * b = 1080631725579042037750470 > (a * b) / b ==> > actual: 251599050984618 > expected: 213474114411690 -- This message was sent by Atlassian JIRA (v6.1.5#6160)