[
https://issues.apache.org/jira/browse/PIG-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185349#comment-13185349
]
Alan Gates commented on PIG-2406:
---------------------------------
I have no problem adding a fixed type decimal to Pig that would be appropriate
for financial calculations and others that need precision. I think this would
be a great feature. My point was just we don't want to move the existing float
and double to BigDecimal.
> Improve double precision
> -------------------------
>
> Key: PIG-2406
> URL: https://issues.apache.org/jira/browse/PIG-2406
> Project: Pig
> Issue Type: New Feature
> Reporter: Anitha Raju
>
> Hi,
> When 2.51 (type: double) is added 24 times using SUM, it gives you result of
> 60.23999999999997.
> If a user wants to control the precision, that is, in the result he requires
> 60.24, it wouldnt be possible unless he implements a custom UDF.
> So if we can have a way to improve double precision,
> for eg: http://docs.oracle.com/javase/1.5.0/docs/api/java/math/BigDecimal.html
> Here with BigDecimal, one can improve the double precision and with
> MathContext, the user has control to set the precision.
> Can we have a new UDF which can do the same?
> Regards,
> Anitha
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira