create function的时候应该是你抄错了
复制粘贴的文档啊
CREATE GLOBAL AGGREGATE FUNCTION TEST(INT)
RETURNS INT
PROPERTIES
(
“symbol” = “corr.ai.udf.WindowSumInt”,
“type” = “StarrocksJar”,
“file” = “http://127.0.0.1:808/quota_udf-1.0-SNAPSHOT-jar-with-dependencies.jar”
);
就是这样