eldenmoon commented on code in PR #65561:
URL: https://github.com/apache/doris/pull/65561#discussion_r3655079355


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##########
@@ -3384,7 +3384,12 @@ public Expression 
visitConvertType(DorisParser.ConvertTypeContext ctx) {
     public DataType visitCastDataType(CastDataTypeContext ctx) {
         return ParserUtils.withOrigin(ctx, () -> {
             if (ctx.dataType() != null) {
-                return ((DataType) typedVisit(ctx.dataType())).conversion();
+                DataType dataType = ((DataType) 
typedVisit(ctx.dataType())).conversion();

Review Comment:
   为什么要修改这里不修改可以吗



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