yashmayya commented on code in PR #14249:
URL: https://github.com/apache/pinot/pull/14249#discussion_r1811816966
##########
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:
Yeah basically to verify the end to end flow (query planning + execution
with runtime operators) works without errors.
--
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]