AMashenkov commented on code in PR #7155:
URL: https://github.com/apache/ignite-3/pull/7155#discussion_r2603108068


##########
modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java:
##########
@@ -318,16 +317,16 @@ CompletableFuture<List<BinaryRow>> getAll(
     CompletableFuture<List<BinaryRow>> deleteAllExact(Collection<BinaryRowEx> 
rows, @Nullable InternalTransaction tx);
 
     /**
-     * Scans given partition, providing {@link Publisher} that reactively 
notifies about partition rows.
+     * Scans given partition within a read-write transaction without 
specifying an index or range criteria, providing {@link Publisher}
+     * that reactively notifies about partition rows.

Review Comment:
   ```suggestion
        * Scans given table partition, providing {@link Publisher}  that 
reactively notifies about partition rows.
   
        *  Method starts a read-write transaction if the on wan''t provided
   ```



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

Reply via email to