nooneuse commented on code in PR #64621:
URL: https://github.com/apache/doris/pull/64621#discussion_r3451917675


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/ColumnDef.java:
##########
@@ -314,6 +329,11 @@ public static void validateDefaultValue(Type type, String 
defaultValue, DefaultV
         Preconditions.checkArgument(type.isScalarType());
         ScalarType scalarType = (ScalarType) type;
 

Review Comment:
   You are right. i'll fix it.



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

Reply via email to