mihaibudiu commented on code in PR #5019:
URL: https://github.com/apache/calcite/pull/5019#discussion_r3414845571


##########
core/src/test/resources/sql/winagg.iq:
##########
@@ -1173,4 +1173,143 @@ order by 1;
 (14 rows)
 
 !ok
+
+# [CALCITE-6442] Support FILTER clause with window functions
+
+# Test 1: FILTER with OVER on COUNT
+select empno, deptno,

Review Comment:
   You need to document the new grammar constructs in reference.md



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