viirya commented on code in PR #8806:
URL: https://github.com/apache/arrow-datafusion/pull/8806#discussion_r1446550444


##########
datafusion/physical-expr/src/equivalence/ordering.rs:
##########
@@ -29,11 +29,11 @@ use crate::{LexOrdering, PhysicalExpr, PhysicalSortExpr};
 /// |a|b|c|d|
 /// |1|4|3|1|
 /// |2|3|3|2|
-/// |3|1|2|2|
-/// |3|2|1|3|
+/// |3|2|2|2|
+/// |3|1|1|3|
 /// ```
 ///
-/// Here, both `vec![a ASC, b ASC]` and `vec![c DESC, d ASC]` describe the 
table

Review Comment:
   I don't see `b` is ASC. It is more likely the original intension is to make 
it `DESC`. So I made the change.



-- 
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]

Reply via email to