mustafasrepo commented on code in PR #6956:
URL: https://github.com/apache/arrow-datafusion/pull/6956#discussion_r1264903534
##########
datafusion/core/tests/sqllogictests/test_files/window.slt:
##########
@@ -3055,6 +3078,28 @@ statement error DataFusion error: Error during planning:
Aggregate ORDER BY is n
EXPLAIN SELECT a, b, LAST_VALUE(c ORDER BY a ASC) OVER (order by a ASC) as
last_c
FROM annotated_data_infinite2
+# ordering equivalence information
+# should propagate through FilterExec, LimitExec, etc.
Review Comment:
Fixed it, :thumbsup:
--
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]