[
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