alamb commented on code in PR #6619:
URL: https://github.com/apache/arrow-datafusion/pull/6619#discussion_r1227348648
##########
datafusion/physical-expr/src/window/row_number.rs:
##########
@@ -61,6 +58,24 @@ impl BuiltInWindowFunctionExpr for RowNumber {
&self.name
}
+ fn add_equal_orderings(&self, builder: &mut OrderingEquivalenceBuilder) {
+ // Only the built-in `RowNumber` window function introduces a new
Review Comment:
👍 done in commit ad165028d5
--
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]