gitgabrio commented on code in PR #6614:
URL:
https://github.com/apache/incubator-kie-drools/pull/6614#discussion_r2889179381
##########
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/util/CodegenUtils.java:
##########
@@ -151,22 +153,10 @@ public static VariableDeclarationExpr
getObjectExpression(Object object, String
} else if (object instanceof String string) {
return
getVariableDeclaratorWithInitializerExpression(variableName, STRING_CT,
new
StringLiteralExpr(escapeJava(string)));
+ } else if (object instanceof CustomZonedDateTime customZonedDateTime) {
+ return getVariableDeclaratorWithZonedDateTime(variableName,
customZonedDateTime.getZonedDateTime());
Review Comment:
@AthiraHari77 why this change ?
--
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]