jayzhan211 commented on code in PR #15356:
URL: https://github.com/apache/datafusion/pull/15356#discussion_r2011076901
##########
datafusion/functions-aggregate/src/average.rs:
##########
@@ -60,6 +64,17 @@ make_udaf_expr_and_func!(
avg_udaf
);
+pub fn avg_distinct(expr: Expr) -> Expr {
Review Comment:
This API is exist for a long time ago so we keep it. We don't need to
deprecate this
##########
datafusion/functions-aggregate/src/average.rs:
##########
@@ -60,6 +64,17 @@ make_udaf_expr_and_func!(
avg_udaf
);
+pub fn avg_distinct(expr: Expr) -> Expr {
Review Comment:
This API exists for a long time ago so we keep it. We don't need to
deprecate this
--
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]