Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 E606518606 for ; Thu, 24 Sep 2015 00:27:04 +0000 (UTC) Received: (qmail 18450 invoked by uid 500); 24 Sep 2015 00:27:04 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 18292 invoked by uid 500); 24 Sep 2015 00:27:04 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 18278 invoked by uid 500); 24 Sep 2015 00:27:04 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 18273 invoked by uid 99); 24 Sep 2015 00:27:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 00:27:04 +0000 Date: Thu, 24 Sep 2015 00:27:04 +0000 (UTC) From: "vasu doppalapudi (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-563) Support for BigDecimal in Aggregators MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 vasu doppalapudi created CRUNCH-563: --------------------------------------- Summary: Support for BigDecimal in Aggregators Key: CRUNCH-563 URL: https://issues.apache.org/jira/browse/CRUNCH-563 Project: Crunch Issue Type: Improvement Components: Core Reporter: vasu doppalapudi Assignee: Josh Wills Priority: Minor It would be more useful of having BigDecimal support in aggregators for financial applications where precision is priority than speed. Ex: Aggregator< BigDecimal> agg = Aggregators.SUM_BIGDECIMALS(); -- This message was sent by Atlassian JIRA (v6.3.4#6332)