oleg-vlsk commented on code in PR #11425:
URL: https://github.com/apache/ignite/pull/11425#discussion_r1885432012


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/SqlPlanHistoryIntegrationTest.java:
##########
@@ -480,26 +527,26 @@ public void runFailedQuery(Query qry) {
     /**
      * @param qry Query.
      */
-    public void runQueryWithoutPlan(Query qry) {
+    public void runQueryWithoutPlan(Query qry) throws Exception {
+        startTestGrid();
+
         cacheQuery(qry.setLocal(loc), "A");
 
         checkSqlPlanHistory(0);
     }
 
     /**
-     * @param task Task to execute.
+     * @param task Test task to execute.
      */
-    public void runQueryWithReducePhase(Runnable task) {
+    public void runQueryWithReducePhase(Runnable task) throws Exception {
+        assumeFalse("Map/reduce queries are only applicable to H2 engine",

Review Comment:
   Done.



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

Reply via email to