xuzifu666 commented on code in PR #5019: URL: https://github.com/apache/calcite/pull/5019#discussion_r3410752394
########## 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: Documentation can refer to this document: https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-AGGREGATES validated in postgresql in this link: https://onecompiler.com/postgresql/44sbg557e it should be expected. @mihaibudiu -- 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]
