kgyrtkirk commented on code in PR #16603:
URL: https://github.com/apache/druid/pull/16603#discussion_r1643966144
##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteWindowQueryTest.java:
##########
@@ -278,6 +278,52 @@ public void testWindow()
.run();
}
+ @Test
+ public void testWindowAllBoundsCombination()
+ {
+ testBuilder()
+ .sql("select\n"
+ + "cityName,\n"
+ + "count(*) over (partition by cityName order by countryName rows
between unbounded preceding and 1 preceding) c1,\n"
Review Comment:
I think it would be usefull to have a set of benchmarks to excercise these
things - and see how this changes things
--
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]