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


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/SqlPlanHistoryIntegrationTest.java:
##########
@@ -572,19 +622,27 @@ public void runSqlFieldsDml(IgniteBiTuple<List<String>, 
Boolean> qrysInfo) {
      * @param qrysInfo DML commands info (queries, simple query flag).
      * @param task Task to be executed.
      */
-    public void executeDml(IgniteBiTuple<List<String>, Boolean> qrysInfo, 
Consumer<List<String>> task) {
+    public void executeDml(IgniteBiTuple<List<String>, Boolean> qrysInfo, 
Consumer<List<String>> task) throws Exception {
         assumeFalse("There is no lazy mode for DML operations", 
!isFullyFetched);

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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to