zclllyybb commented on code in PR #56807:
URL: https://github.com/apache/doris/pull/56807#discussion_r2422383480
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/ToDays.java:
##########
@@ -40,7 +42,9 @@ public class ToDays extends ScalarFunction
private static final List<FunctionSignature> SIGNATURES = ImmutableList.of(
FunctionSignature.ret(IntegerType.INSTANCE).args(DateV2Type.INSTANCE),
- FunctionSignature.ret(IntegerType.INSTANCE).args(DateType.INSTANCE)
+
FunctionSignature.ret(IntegerType.INSTANCE).args(DateType.INSTANCE),
Review Comment:
不要增加V1类型了,顺便在这个pr里面把所有的函数V1参数去掉吧。
--
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]