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

Dumping prefixes for compression in JSON throws exception for invalid UTF-8 #141

Closed
niklas88 opened this issue Oct 10, 2018 · 0 comments
Closed
Assignees
Projects

Comments

@niklas88
Copy link
Member

This currently breaks building a Freebase Index with prefix compression as QLever tries to compress using a prefix that can't be represented in UTF-8 (ending in a 0x81 byte). Since we are using nlohmann::json this is the relevant upstream discussion.

And the following log shows the problem when building a Freebase index
freebase_qlever.log

@niklas88 niklas88 added this to In progress in QLever Oct 10, 2018
niklas88 added a commit that referenced this issue Nov 15, 2018
QLever automation moved this from In progress to Done Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
QLever
  
Done
Development

No branches or pull requests

2 participants