zclllyybb commented on code in PR #38945:
URL: https://github.com/apache/doris/pull/38945#discussion_r1706592475


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/DateTimeArithmetic.java:
##########
@@ -210,14 +210,6 @@ public static Expression secondsAdd(DateTimeV2Literal 
date, IntegerLiteral secon
         return date.plusSeconds(second.getValue());
     }
 
-    /**
-     * datetime arithmetic function microseconds-add.
-     */
-    @ExecFunction(name = "microseconds_add", argTypes = {"DATETIMEV2", "INT"}, 
returnType = "DATETIMEV2")

Review Comment:
   restore this and make `DateTimeV2Literal.plusMicroseconds` always use MICRO 
pricision



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