You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/12/05 08:51:26 UTC

[GitHub] [nifi] adarmiento commented on a change in pull request #3740: NIFI-6674 Expression language minus operation doesn't check for overflow

adarmiento commented on a change in pull request #3740: NIFI-6674 Expression language minus operation doesn't check for overflow
URL: https://github.com/apache/nifi/pull/3740#discussion_r354174385
 
 

 ##########
 File path: nifi-docs/src/main/asciidoc/expression-language-guide.adoc
 ##########
 @@ -1838,7 +1838,7 @@ Divide. This is to preserve backwards compatibility and to not force rounding er
 [.function]
 === minus
 
-*Description*: [.description]#Subtracts a numeric value from the Subject.#
+*Description*: [.description]#Subtracts a numeric value from the Subject.# Does not provide handling for overflow.
 
 Review comment:
   Yes it should. Nice catch

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services