This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 602cc1b2f1bd1b46e7d36279d0a4d300609ff5b2 Author: Kang <[email protected]> AuthorDate: Sat Sep 16 17:11:40 2023 +0800 fix fe compile error --- .../apache/doris/nereids/trees/expressions/functions/udf/JavaUdaf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/JavaUdaf.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/JavaUdaf.java index e6e712fc13..9ff823fc8b 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/JavaUdaf.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/JavaUdaf.java @@ -69,7 +69,7 @@ public class JavaUdaf extends AggregateFunction implements ExplicitlyCastableSig */ public JavaUdaf(String name, long functionId, String dbName, TFunctionBinaryType binaryType, FunctionSignature signature, - DataType intermediateType, NullableMode nullableMode, + AbstractDataType intermediateType, NullableMode nullableMode, String objectFile, String symbol, String initFn, String updateFn, String mergeFn, String serializeFn, String finalizeFn, String getValueFn, String removeFn, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
