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


##########
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:
   Why do MAP and ANY behave the same way?



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