Skip to content

IGNITE-27494#7527

Open
denis-chudov wants to merge 3 commits intoapache:mainfrom
gridgain:ignite-27494
Open

IGNITE-27494#7527
denis-chudov wants to merge 3 commits intoapache:mainfrom
gridgain:ignite-27494

Conversation

@denis-chudov
Copy link
Contributor

Comment on lines +1210 to +1212
if (matches(rowId, dataIdKey)) {
newestCommitTimestamp = readTimestampDesc(dataIdKey);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (matches(rowId, dataIdKey)) {
newestCommitTimestamp = readTimestampDesc(dataIdKey);
}
HybridTimestamp newestCommitTimestamp = matches(rowId, dataIdKey) ? readTimestampDesc(dataIdKey) : null;

row = new RowMeta(rowId, txId, commitZoneId, commitPartitionId);
HybridTimestamp newestCommitTimestamp = null;

it.next();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please leave a comment here, like Continue searching through committed versions to extract the most recent commit timestamp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants