KeeProMise commented on code in PR #57234:
URL: https://github.com/apache/doris/pull/57234#discussion_r2462354382


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/util/DateUtils.java:
##########
@@ -370,8 +370,8 @@ public static LocalDateTime getTime(DateTimeFormatter 
formatter, String value) {
         TemporalAccessor accessor = formatter.parse(value);
         return LocalDateTime.of(
                 getOrDefault(accessor, ChronoField.YEAR),
-                getOrDefault(accessor, ChronoField.MONTH_OF_YEAR),
-                getOrDefault(accessor, ChronoField.DAY_OF_MONTH),
+                getMonthOrDefault(accessor),

Review Comment:
   done.



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