morrySnow commented on code in PR #15370: URL: https://github.com/apache/doris/pull/15370#discussion_r1057705080
########## fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinAggregateFunctions.java: ########## @@ -59,6 +60,8 @@ public class BuiltinAggregateFunctions implements FunctionHelper { agg(GroupBitAnd.class, "group_bit_and"), agg(GroupBitOr.class, "group_bit_or"), agg(GroupBitXor.class, "group_bit_xor"), + agg(Variance.class, "variance"), + agg(GroupBitXor.class, "group_bit_xor"), Review Comment: group_bit_xor is redundant -- 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