gitgabrio commented on code in PR #5664:
URL:
https://github.com/apache/incubator-kie-drools/pull/5664#discussion_r1466134867
##########
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/DMNFEELHelper.java:
##########
@@ -138,6 +142,17 @@ public CompiledExpression
compileFeelExpression(DMNCompilerContext ctx, String e
feelctx.addInputVariableType( entry.getKey(), ((BaseDMNTypeImpl)
entry.getValue()).getFeelType() );
}
feelctx.setFEELTypeRegistry(model.getTypeRegistry());
+ // TODO: EXPERIMENT
+ String baseExpression = expression.contains("(") ?
expression.substring(0, expression.indexOf("(")) : expression;
Review Comment:
in-memory date to date time expression-string conversion
--
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]