cryptoe commented on code in PR #16301:
URL: https://github.com/apache/druid/pull/16301#discussion_r1569027439
##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteWindowQueryTest.java:
##########
@@ -231,6 +233,25 @@ public void
windowQueryTestWithCustomContextMaxSubqueryBytes(String filename) th
}
}
+ @Test
+ public void testWindow()
+ {
+ testBuilder()
+ .sql("SELECT\n" +
Review Comment:
A test case in MSQ window functions would also be helpful.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]