You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Mathias Herberts (Commented) (JIRA)" <ji...@apache.org> on 2012/01/12 12:02:39 UTC

[jira] [Commented] (PIG-2406) Improve double precision

    [ https://issues.apache.org/jira/browse/PIG-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184870#comment-13184870 ] 

Mathias Herberts commented on PIG-2406:
---------------------------------------

The use of BigDecimal is indeed way slower than using double and/or float, but in some cases (financial apps come to mind), having exact precision decimal numbers is of prime interest.

Adding a BigDecimal type to Pig would make its adoption easier in several verticals.
                
> 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