ygerzhedovich commented on code in PR #1948:
URL: https://github.com/apache/ignite-3/pull/1948#discussion_r1170940240
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItSqlAsynchronousApiTest.java:
##########
@@ -597,6 +597,19 @@ public void errors() {
await(ars.closeAsync());
assertThrowsWithCause(() -> await(ars.fetchNextPage()),
CursorClosedException.class);
}
+
+ // DDL is non-transactional.
Review Comment:
Also, need to check that we have tests with DDL for auto-commit off and on
in JDBC
--
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]