tkalkirill commented on code in PR #1619:
URL: https://github.com/apache/ignite-3/pull/1619#discussion_r1097042042
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/TableRowAndRowId.java:
##########
@@ -24,7 +24,7 @@
* Wrapper that holds both {@link TableRow} and {@link RowId}. {@link
TableRow} is null for tombstones.
*/
public class TableRowAndRowId {
- /** Table row. */
+ /** Table row. {@code null} if tombstone. */
Review Comment:
Then I looked at your code, you also have a check that if you delete one and
the same version in parallel, then we will return `null` or something like
that, I think that the documentation is correct.
--
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]