csun5285 commented on code in PR #50027:
URL: https://github.com/apache/doris/pull/50027#discussion_r2049908049
##########
fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java:
##########
@@ -2331,7 +2332,15 @@ public static boolean
isSameDecimalTypeWithDifferentPrecision(int precision1, in
return false;
}
- public static Type getTypeFromTypeName(String typeName) {
- return typeMap.getOrDefault(typeName, Type.UNSUPPORTED);
+ public static Type getTypeFromTypeName(String typeName, int precision, int
scale) {
Review Comment:
done
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]