Skip to content

Comments

[Jena5] GH-2076: Fix for Iterator.remove in GraphMem#2081

Merged
afs merged 1 commit intoapache:mainfrom
afs:jena5-hash
Nov 7, 2023
Merged

[Jena5] GH-2076: Fix for Iterator.remove in GraphMem#2081
afs merged 1 commit intoapache:mainfrom
afs:jena5-hash

Conversation

@afs
Copy link
Member

@afs afs commented Nov 7, 2023

GitHub issue resolved #2076

This is the jena5 branch fix for #2076 for legacy GraphMem.

There is no test. We don't have an example of the bug for Jena5. The bug is both hash-dependent and sensitive to the order of insertion of triples.

There is a test case for the jena4 in PR #2080

Changes to Node mean the example for Jena4 no longer applies.


  • Commits have been squashed to remove intermediate development commit messages.
  • Key commit messages start with the issue number (GH-xxxx, or if in JIRA, JENA-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs afs merged commit bb547a7 into apache:main Nov 7, 2023
@afs afs deleted the jena5-hash branch November 7, 2023 16:50
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.

Broken Iterator.remove() on GraphMem.

2 participants