ChinchuAjith opened a new issue, #1889: URL: https://github.com/apache/incubator-kie-issues/issues/1889
Update the NumberFunction class - add new invoke() method with one parameter. It needs to be able to handle both String or Number parameter type. In case the parameter is string, it needs to behave based on this description approved in OMG DMN RTF group: <img width="932" alt="Image" src="https://github.com/user-attachments/assets/f8774c23-564c-40f3-b87e-4f0fb268d584" /> Basically it need to be able to convert a String representation of a number using just the string parameter. If the parameter is a number, it needs to behave based on this description approved in OMG DMN RTF group: number(from) | number | returnĀ from | number(5) = 5 Columns of the table are: function definition, parameter type, return value, example. Note: please create unit-test specifically targeting, directly, the Number function -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
