korlov42 commented on code in PR #1479:
URL: https://github.com/apache/ignite-3/pull/1479#discussion_r1071959373
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/TableRowAndRowId.java:
##########
@@ -18,31 +18,32 @@
package org.apache.ignite.internal.storage;
import org.apache.ignite.internal.schema.BinaryRow;
+import org.apache.ignite.internal.schema.TableRow;
import org.jetbrains.annotations.Nullable;
/**
* Wrapper that holds both {@link BinaryRow} and {@link RowId}. {@link
BinaryRow} is null for tombstones.
Review Comment:
there are still mentions
--
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]