You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/02 00:37:25 UTC

[jira] [Commented] (NIFI-1662) Improve Expression Language to Enable Working with Decimals

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

ASF GitHub Bot commented on NIFI-1662:
--------------------------------------

GitHub user JPercivall opened a pull request:

    https://github.com/apache/nifi/pull/320

    NIFI-1662 Initial commit of adding Decimal and Math functions to Expr…

    …ession Language

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JPercivall/nifi NIFI-1662

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/320.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #320
    
----
commit f7b9343182046802988a5ecaf8540fe984995e06
Author: jpercivall <jo...@yahoo.com>
Date:   2016-04-01T22:36:30Z

    NIFI-1662 Initial commit of adding Decimal and Math functions to Expression Language

----


> Improve Expression Language to Enable Working with Decimals
> -----------------------------------------------------------
>
>                 Key: NIFI-1662
>                 URL: https://issues.apache.org/jira/browse/NIFI-1662
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Joseph Percivall
>            Assignee: Joseph Percivall
>
> Currently the math operations in Expression Language use Longs to evaluate numbers. This leads to any decimal places getting truncated when performing operations like divide. 
> EL should be improved to enable the user to evaluate math expressions using doubles.
> Another desired portion of this would be to open up the static Math class [1] methods (using reflection) to further enable working with Decimals.
> [1] https://docs.oracle.com/javase/7/docs/api/java/lang/Math.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)