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


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/DateTimeV2Literal.java:
##########
@@ -247,10 +247,14 @@ public Expression plusMilliSeconds(long microSeconds) {
         return plusMicroSeconds(microSeconds * 1000L);
     }
 
-    public long getScale() {
+    public int getScale() {
         return ((DateTimeV2Type) dataType).getScale();
     }
 
+    public int commonScale(DateTimeV2Literal other) {

Review Comment:
   Expand `TimeRoundSeries.java` and you will see



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