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


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionRegistry.java:
##########
@@ -212,7 +212,7 @@ public FunctionBuilder findFunctionBuilder(String dbName, 
String name, List<?> a
         return candidateBuilders.get(0);
     }
 
-    private List<FunctionBuilder> findBuiltinFunctionBuilder(String name, 
List<?> arguments) {
+    public List<FunctionBuilder> findBuiltinFunctionBuilder(String name, 
List<?> arguments) {

Review Comment:
   for `TypeCoercionUtils.processTimestampArithmetic`



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