NobiGo commented on code in PR #4345:
URL: https://github.com/apache/calcite/pull/4345#discussion_r2067884716
##########
core/src/main/java/org/apache/calcite/rex/RexBuilder.java:
##########
@@ -1874,6 +1874,7 @@ && areAssignable(arg, Arrays.asList(lower, upper))) {
return literal.getValueAs(clazz);
case ROW:
+ case ARRAY_VALUE_CONSTRUCTOR:
Review Comment:
Recorded as ISSUE https://issues.apache.org/jira/browse/CALCITE-6993
--
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]