vrajat commented on code in PR #14249:
URL: https://github.com/apache/pinot/pull/14249#discussion_r1811084974
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java:
##########
@@ -1078,6 +1078,22 @@ public void
testFilteredAggregationWithNoValueMatchingAggregationFilterWithOptio
assertEquals(result.get("numRowsResultSet").asInt(), 0);
}
+ @Test
+ public void testWindowFunction()
Review Comment:
This test is added to check if queries with these window functions execute ?
--
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]