zabetak commented on code in PR #4345:
URL: https://github.com/apache/calcite/pull/4345#discussion_r2066191844


##########
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:
   We could but it could be done as a separate PR with its own tests since it 
is an independent enhancement.



-- 
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]

Reply via email to