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


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/TimestampTzLiteral.java:
##########
@@ -182,6 +184,44 @@ public Expression plusDays(long days) {
         return fromJavaDateType(toJavaDateType().plusDays(days), 
getDataType().getScale());
     }
 
+    /**
+     * plusDayHour
+     */
+    public Expression plusDayHour(VarcharLiteral dayHour) {

Review Comment:
   better have UT for these functions



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