mustafasrepo commented on code in PR #8327:
URL: https://github.com/apache/arrow-datafusion/pull/8327#discussion_r1407861113


##########
datafusion/sqllogictest/test_files/window.slt:
##########
@@ -3493,6 +3493,48 @@ select sum(1) over() x, sum(1) over () y
 ----
 1 1
 
+query TT

Review Comment:
   Sure added a comment. However, since window expression names are string, 
without string manipulation it is not easy to reflect window reversal in the 
plan. However, I think we should do this absolutely. I will fix this problem in 
subsequent PRs.



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