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


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/Interval.java:
##########
@@ -88,18 +88,25 @@ protected boolean extraEquals(Expression that) {
      * Supported time unit.
      */
     public enum TimeUnit {
-        SECOND_MICROSECOND("SECOND_MICROSECOND", false, 1200),
-        MINUTE_SECOND("MINUTE_SECOND", false, 1100),
-        DAY_HOUR("DAY_HOUR", false, 1000),
-        DAY_SECOND("DAY_SECOND", false, 900),
         YEAR("YEAR", false, 800),
-        MONTH("MONTH", false, 700),
+        YEAR_MONTH("YEAR_MONTH", false, 800),
+                MONTH("MONTH", false, 700),

Review Comment:
   here your indentation



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