924060929 commented on PR #49416:
URL: https://github.com/apache/doris/pull/49416#issuecomment-2753118536

   the backend have different behavior to your fix? @LiBinfeng-01 
   
   for example:
   ```sql
   set debug_skip_fold_constant=true;
   select cast(1.00000 as varchar(4));
   ```
   the backend return the result `1.00`
   
   but your fix will replace `1.00000` to `1`
   


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

Reply via email to