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 61153107D6 for ; Tue, 11 Mar 2014 10:07:52 +0000 (UTC) Received: (qmail 31098 invoked by uid 500); 11 Mar 2014 10:07:50 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 30638 invoked by uid 500); 11 Mar 2014 10:07:48 -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 30626 invoked by uid 500); 11 Mar 2014 10:07:46 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 30623 invoked by uid 99); 11 Mar 2014 10:07:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 10:07:46 +0000 Date: Tue, 11 Mar 2014 10:07:46 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6012) restore backward compatibility of arithmetic operations 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-6012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-6012: -------------------------------- Status: Patch Available (was: Open) > restore backward compatibility of arithmetic operations > ------------------------------------------------------- > > Key: HIVE-6012 > URL: https://issues.apache.org/jira/browse/HIVE-6012 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.13.0 > Reporter: Thejas M Nair > Assignee: Jason Dere > Attachments: HIVE-6012.1.patch, HIVE-6012.2.patch, HIVE-6012.3.patch, HIVE-6012.4.patch, HIVE-6012.5.patch, HIVE-6012.6.patch > > > HIVE-5356 changed the behavior of some of the arithmetic operations, and the change is not backward compatible, as pointed out in this [jira comment|https://issues.apache.org/jira/browse/HIVE-5356?focusedCommentId=13813398&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13813398] > {code} > int / int => decimal > float / float => double > float * float => double > float + float => double > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)