tkalkirill commented on code in PR #1565:
URL: https://github.com/apache/ignite-3/pull/1565#discussion_r1084974490
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/PartitionAccessImpl.java:
##########
@@ -213,4 +229,8 @@ private TxStateStorage getTxStateStorage(int partitionId) {
return txStateStorage;
}
+
+ private void addToIndexes(TableRow tableRow, RowId rowId) {
+ indexes.get().forEach(index -> index.put(tableRow, rowId));
Review Comment:
You're right, I'll fix it.
--
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]