findepi commented on code in PR #13596:
URL: https://github.com/apache/datafusion/pull/13596#discussion_r1862667573
##########
datafusion/optimizer/src/replace_distinct_aggregate.rs:
##########
@@ -54,8 +54,6 @@ use datafusion_expr::{Aggregate, Distinct, DistinctOn, Expr,
LogicalPlan};
/// )
/// ORDER BY a DESC
/// ```
-
-/// Optimizer that replaces logical [[Distinct]] with a logical [[Aggregate]]
Review Comment:
it duplicates the first line of the long comment above, i don't think it's
needed
--
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]