korlov42 commented on code in PR #3514:
URL: https://github.com/apache/ignite-3/pull/3514#discussion_r1544353414
##########
modules/client/src/main/java/org/apache/ignite/internal/client/sql/ClientSql.java:
##########
@@ -253,20 +251,6 @@ public <T> CompletableFuture<AsyncResultSet<T>>
executeAsync(
return ch.serviceAsync(ClientOp.SQL_EXEC, payloadWriter,
payloadReader);
}
- /** {@inheritDoc} */
- @Override
- public ReactiveResultSet executeReactive(@Nullable Transaction
transaction, String query, @Nullable Object... arguments) {
- // TODO IGNITE-17058.
- throw new UnsupportedOperationException("Not implemented yet.");
- }
-
- /** {@inheritDoc} */
- @Override
- public ReactiveResultSet executeReactive(@Nullable Transaction
transaction, Statement statement, @Nullable Object... arguments) {
Review Comment:
does it make sense to remove `ReactiveResultSet` interface as well?
--
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]