[
https://issues.apache.org/jira/browse/NIFI-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15585519#comment-15585519
]
ASF GitHub Bot commented on NIFI-1662:
--------------------------------------
Github user mattyb149 commented on the issue:
https://github.com/apache/nifi/pull/1018
I'm a big ANTLR fan :) so I tried adding decimal literals to the grammar,
feel free to take a look and use whatever you like:
https://github.com/mattyb149/nifi/commit/9ed3fb4f17b0ec64fbe9d861ff255750c3ec7e5a
> 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.
> NiFi should support working with decimals
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)