szaszm commented on code in PR #1703:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414339883


##########
extensions/expression-language/Expression.cpp:
##########
@@ -1519,6 +1524,8 @@ Expression make_dynamic_function(const std::string 
&function_name, const std::ve
     return make_dynamic_function_incomplete<expr_toDate>(function_name, args, 
0);
   } else if (function_name == "now") {
     return make_dynamic_function_incomplete<expr_now>(function_name, args, 0);
+  } else if (function_name == "nextInt") {

Review Comment:
   updated EL docs: 75bd42a9d
   
   This Jira title contains the info: [MINIFICPP-2265 Add 
AttributeRollingWindow and EL 
nextInt](https://issues.apache.org/jira/browse/MINIFICPP-2265). Adding to the 
PR title as well to make it clear.
   
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to