liukeyu commented on issue #50119:
URL: https://github.com/apache/doris/issues/50119#issuecomment-2812046926
My mistakeāI used the wrong SQL to create the function
This work fine:
CREATE AGGREGATE FUNCTION MedianUDAF(double,int) RETURNS doube PROPERTIES (
"file"="http://127.0.0.1:9999/java-udf-demo-jar-with-dependencies.jar",
"symbol"="org.apache.doris.udf.MedianUDAF",
"always_nullable"="true",
"type"="JAVA_UDF"
);
--
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]