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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to