HappenLee commented on code in PR #17848: URL: https://github.com/apache/doris/pull/17848#discussion_r1138330400
########## docs/en/docs/ecosystem/udf/java-user-defined-function.md: ########## @@ -107,13 +107,11 @@ The following SimpleDemo will implement a simple function similar to sum, the in ```JAVA package org.apache.doris.udf.demo; -import org.apache.hadoop.hive.ql.exec.UDAF; - import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; -public class SimpleDemo extends UDAF { Review Comment: why not extend the UDAF? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org