mihaibudiu commented on code in PR #5019: URL: https://github.com/apache/calcite/pull/5019#discussion_r3408693528
########## 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: How are these validated? -- 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]
