vrajat commented on code in PR #15260:
URL: https://github.com/apache/pinot/pull/15260#discussion_r1993153553


##########
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")
+  void testDual(boolean useMultiStageQueryEngine)

Review Comment:
   queries without a FROM class are _supposed_ to use DUAL table. Its a 
carry-over term from oracle culture.



-- 
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