amorynan commented on code in PR #27030: URL: https://github.com/apache/doris/pull/27030#discussion_r1393776046
########## fe/fe-core/src/main/java/org/apache/doris/analysis/Expr.java: ########## @@ -2559,7 +2559,7 @@ protected Type[] getActualArgTypes(Type[] originType) { } private MapType getActualMapType(MapType originMapType) { - return new MapType(getActualType(originMapType.getKeyType()), getActualType(originMapType.getValueType())); + return new MapType(originMapType.getKeyType(), originMapType.getValueType()); Review Comment: struct has not, just return origin type -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org