linrrzqqq commented on code in PR #58665:
URL: https://github.com/apache/doris/pull/58665#discussion_r2584875822
##########
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/expression/FoldConstantTest.java:
##########
@@ -467,6 +468,22 @@ void testFoldDate() {
new VarcharLiteral("-2:-1"));
rewritten = executor.rewrite(minuteSecondAdd, context);
Assertions.assertEquals(minuteSecondAdd, rewritten);
+
+ SecondMicrosecondAdd secondMicrosecondAdd = new SecondMicrosecondAdd(
+ DateTimeV2Literal.fromJavaDateType(LocalDateTime.of(1, 1, 1,
1, 1, 1), 0),
Review Comment:
```suggestion
DateTimeV2Literal.fromJavaDateType(LocalDateTime.of(1, 1, 1,
1, 1, 1), 6),
```
--
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]