EgorKuts commented on code in PR #6711:
URL: https://github.com/apache/ignite-3/pull/6711#discussion_r2416606954
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/IndexBaseTest.java:
##########
@@ -201,7 +201,7 @@ static void addWrite(StorageUpdateHandler handler, UUID
rowUuid, @Nullable Binar
static void addWrite(StorageUpdateHandler handler, UUID rowUuid, @Nullable
BinaryRow row, @Nullable HybridTimestamp lastCommitTime) {
TablePartitionId partitionId = new TablePartitionId(333, PARTITION_ID);
- handler.handleUpdate(TX_ID, rowUuid, partitionId, row, false, null,
null, lastCommitTime, null);
+ handler.handleUpdate(TX_ID, rowUuid, partitionId, row, true, null,
null, lastCommitTime, null);
Review Comment:
We call this method only from IndexGcTest, and each each call is followed by
commitWrite
--
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]