vldpyatkov commented on code in PR #2537:
URL: https://github.com/apache/ignite-3/pull/2537#discussion_r1836633048


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/table/ClientTupleGetAllRequest.java:
##########
@@ -49,6 +49,7 @@ public static CompletableFuture<Void> process(
             ClientResourceRegistry resources
     ) {
         return readTableAsync(in, tables).thenCompose(table -> {
+            // TODO: IGNITE-23603 We have to create an implicit transaction, 
but leave a possibility to start RO direct.

Review Comment:
   Currently, we can start a direct RO transaction only if the null value is 
passed.
   In the tiket IGNITE-23603 we will provide API to start a direct transaction.



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

Reply via email to