vrajat commented on code in PR #15260:
URL: https://github.com/apache/pinot/pull/15260#discussion_r1993165097
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java:
##########
@@ -327,6 +327,24 @@ public void testMultiValueColumnAggregationQuery(boolean
useMultiStageQueryEngin
Assert.assertTrue(jsonNode.get("resultTable").get("rows").get(0).get(0).asDouble()
< 17000);
}
+ @Test(dataProvider = "useBothQueryEngines")
Review Comment:
There is precedence. I guess those were added a long time ago. I moved it to
not add to the clutter.
--
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]