Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #104 "java.lang.NegativeArraySizeException parsing Wikidata HDT file" and fix some warnings #157

Merged
merged 4 commits into from
Apr 8, 2022

Conversation

ate47
Copy link
Contributor

@ate47 ate47 commented Apr 5, 2022

In this pull request, I've fixed the issue #104, in fact in was the same issue as the issue #126, but for the HDTs obtained with HDTManager.loadHDT(...), the previous pull request #154 was fixing the bug for HDT obtained with HDTManager.mapHDT(...). My fix is the same as the one for the map.

HDT-Java was casting a long value to an int, but because the long was bigger than Integer.MAX_VALUE, it was creating an overflow and returning a negative ID.

This pull request wasn't as obvious as the previous one, while searching for the bug, I've fixed some warnings and create an utility test class LargeFakeDataSetStreamSupplier to create large test HDT or RDF streams and added some int to long in the mapped section, I can rebase my commits to remove them if necessary.

@D063520
Copy link
Contributor

D063520 commented Apr 5, 2022

Is it related also to this bug:

#66

@ate47
Copy link
Contributor Author

ate47 commented Apr 5, 2022

It seems to be the same issue.

@D063520
Copy link
Contributor

D063520 commented Apr 5, 2022

Trying to see if we can get the dataset back online ....
@webdata could you check ....

@D063520 D063520 merged commit a89c71b into rdfhdt:master Apr 8, 2022
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