Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9B72100B3 for ; Tue, 11 Jun 2013 18:38:20 +0000 (UTC) Received: (qmail 21288 invoked by uid 500); 11 Jun 2013 18:38:20 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 21265 invoked by uid 500); 11 Jun 2013 18:38:20 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 21257 invoked by uid 99); 11 Jun 2013 18:38:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 18:38:20 +0000 Date: Tue, 11 Jun 2013 18:38:20 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1488) support BigDecimal encoding for basic built-in combiners 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/ACCUMULO-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680507#comment-13680507 ] Keith Turner commented on ACCUMULO-1488: ---------------------------------------- Do you think configuring the static inner class may throw some users? I think user will need to use a dollar sign for the last separator when configuring these, for example : {noformat} setiter -c org.apache.accumulo.core.iterators.user.BigDecimalCombiner$BigDecimalMaxCombiner ... {noformat} For 1.5.0 we have started adding since tags. The code should probably have a "@since 1.5.1,1.6.0" tag in the javadoc at the class level. Not sure if the inner classes will need it or if they will take it from the outer class. Also, there was some discussion about porting new features back to bug fix branches, and there was not really a consensus. > support BigDecimal encoding for basic built-in combiners > -------------------------------------------------------- > > Key: ACCUMULO-1488 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1488 > Project: Accumulo > Issue Type: New Feature > Reporter: Adam Fuchs > Fix For: 1.5.1, 1.6.0 > > Attachments: ACCUMULO-1488.patch > > > Support sum, min, and max operations for decimal numbers using the java.math.BigDecimal String encoding and decoding functions (BigDecimal.toString() and BigDecimal(String)). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira