hanjoosten opened a new issue, #6953: URL: https://github.com/apache/incubator-kie/issues/6953
In a decision table, I often have the need to deal with null values. The reason is a functional one. Often, one can come to a conclusion even if not all information is known. Gap analysis now simply states that it cannot be done, because of null values in the input. I think that is nonsence, because the fact that a property is unknown is merely an extra value of that property. If I do gap analysis manually, there is nothing hard to it. So why not automate it? I work a lot with enumerations as well. They are well defined and have lots of benefits (also see this nice blog: https://blog.kie.org/2023/01/automatically-generating-decision-tables-in-dmn.html). I would love to have these benefits when I have null values as input as well. -- 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]
