mihaibudiu commented on code in PR #4735:
URL: https://github.com/apache/calcite/pull/4735#discussion_r2678180787


##########
core/src/main/java/org/apache/calcite/rex/RexLiteral.java:
##########
@@ -397,6 +397,7 @@ public static boolean valueMatchesType(
       return value instanceof List;
     case GEOMETRY:
       return value instanceof Geometry;
+    case MAP:

Review Comment:
   Frankly, I assumed that there are no "MAP" literals, I don't recall seeing 
them created anywhere.
   But there is a check somewhere in this file about a java Map, so I changed 
this.



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