zstan commented on code in PR #4188:
URL: https://github.com/apache/ignite-3/pull/4188#discussion_r1708633941


##########
modules/sql-engine/src/testFixtures/java/org/apache/ignite/internal/sql/engine/util/SqlTestUtils.java:
##########
@@ -387,4 +391,28 @@ public static SqlTypeName 
columnType2SqlTypeName(ColumnType columnType) {
                 throw new IllegalArgumentException("Unknown type " + 
columnType);
         }
     }
+
+    /**
+     * Executes an update on a sql, possibly in a transaction.
+     *
+     * @param query SQL query to execute.
+     * @param sql Session on which to execute.
+     * @param transaction Transaction in which to execute the update, or 
{@code null} if the update should
+     *     be executed n an implicit transaction.

Review Comment:
   "n" ?



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