xtern commented on code in PR #6383: URL: https://github.com/apache/ignite-3/pull/6383#discussion_r2266997698
########## modules/client/src/main/java/org/apache/ignite/internal/client/sql/ClientSql.java: ########## @@ -287,6 +291,38 @@ public <T> CompletableFuture<AsyncResultSet<T>> executeAsync( @Nullable CancellationToken cancellationToken, Statement statement, @Nullable Object... arguments) { + return executeAsyncInternal( Review Comment: Added `ClientSql Test.testAllowedQueryTypes`, -- 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