ptupitsyn commented on code in PR #2907:
URL: https://github.com/apache/ignite-3/pull/2907#discussion_r1410551496
##########
modules/client/src/main/java/org/apache/ignite/internal/client/sql/ClientSession.java:
##########
@@ -221,18 +221,18 @@ public Publisher<Long> executeBatchReactive(@Nullable
Transaction transaction, S
throw new UnsupportedOperationException("Not implemented yet.");
}
- /** {@inheritDoc} */
- @Override
- public void executeScript(String query, @Nullable Object... arguments) {
- // TODO IGNITE-17060.
- throw new UnsupportedOperationException("Not implemented yet.");
- }
-
Review Comment:
Yes, in `AbstractSession`.
--
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]