Skip to content

Conversation

@hari-om-888
Copy link

supporting READ_COMMITTED_NO_WRITE

@twilmes
Copy link
Collaborator

twilmes commented Jan 27, 2020

Thanks for this @hari-om-888 , apologies for the late reply but I will review this.

@janusgraph-bot janusgraph-bot added the cla: external Externally-managed CLA label Jul 10, 2020
@Override
public KeyValueEntry next() {
return entries.next();
return this.keyValueEntry;
Copy link
Contributor

Choose a reason for hiding this comment

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

Repeated calls of next() without calling hasNext() in between will return the same value. Additionally, calling hasNext() multiple times will skip entries.

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

Labels

cla: external Externally-managed CLA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants