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


##########
datafusion/sqllogictest/test_files/window.slt:
##########
@@ -4053,3 +4053,29 @@ SELECT c3,
 125 217013822852 8701233618
 123 213388536442 11293564174
 97 210796205886 14767488750
+
+statement ok
+create table a (a bigint) AS VALUES (1);
+
+query I
+select count(*) over (partition by a order by a) from (select * from a where a 
= 1);

Review Comment:
   Added. Thanks for the suggestion



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