mihaibudiu commented on code in PR #3859:
URL: https://github.com/apache/calcite/pull/3859#discussion_r1679737775
##########
core/src/test/java/org/apache/calcite/test/SqlValidatorTest.java:
##########
@@ -6603,6 +6608,11 @@ void testGroupExpressionEquivalenceParams() {
// OVER in clause
sql("select ^sum(max(empno) OVER (order by deptno ROWS 2 PRECEDING))^ from
emp")
.fails(ERR_NESTED_AGG);
+
+ // OVER in HAVING
Review Comment:
is it worth mentioning the JIRA case?
--
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]