ptupitsyn commented on code in PR #5836:
URL: https://github.com/apache/ignite-3/pull/5836#discussion_r2707703635
##########
modules/api/src/main/java/org/apache/ignite/table/RecordView.java:
##########
@@ -295,6 +605,16 @@ public interface RecordView<R> extends
DataStreamerTarget<R>, CriteriaQuerySourc
*/
CompletableFuture<Boolean> deleteExactAsync(@Nullable Transaction tx, R
rec);
+ /**
+ * Asynchronously deletes the given record from a table.
+ *
+ * @param rec Record to delete. The record cannot be {@code null}.
+ * @return Future tha represents the pending completion of the operation.
Review Comment:
```suggestion
* @return Future that represents the pending completion of the
operation.
```
--
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]