tkalkirill commented on code in PR #3311:
URL: https://github.com/apache/ignite-3/pull/3311#discussion_r1507052979
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/index/IndexUpdateHandler.java:
##########
@@ -65,10 +65,33 @@ public void addToIndexes(@Nullable BinaryRow binaryRow,
RowId rowId, @Nullable L
}
for (TableSchemaAwareIndexStorage index : indexes(indexIds)) {
+ // TODO: IGNITE-21514 Handle index destruction
index.put(binaryRow, rowId);
}
}
+ /**
+ * Adds a binary row to the index, if the tombstone then skips such
operation.
Review Comment:
apply 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]