ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
424 stars 52 forks source link

Parallel parsing, fix logging and deprecation warnings #1620

Closed hannahbast closed 5 days ago

hannahbast commented 6 days ago

1537 introduced various pecularities in the logging regarding parallel parsing. In particular, for a single input stream, a deprecation warning is shown even when --parse-parallel or -p are explicity specified on the command line, which is the recommended behavior. This code is now refactored, with a more uniform and informative logging, and a deprecation warning is only shown when it should be.

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.31%. Comparing base (26a3d42) to head (b81d670). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1620 +/- ## ======================================= Coverage 89.31% 89.31% ======================================= Files 374 373 -1 Lines 35376 35377 +1 Branches 3997 3999 +2 ======================================= + Hits 31595 31598 +3 Misses 2492 2492 + Partials 1289 1287 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sparql-conformance[bot] commented 6 days ago

Conformance check failed ❌

Test Status Changes 📊

Number of Tests Previous Status Current Status
6 Passed Failed

Details: https://qlever.cs.uni-freiburg.de/sparql-conformance-ui?cur=b81d670fa94bd512f23c4dadd8fdc5d1a7a2aea0&prev=26a3d42137e744a96db5e8cae13221c03ea7c6f6

sonarcloud[bot] commented 6 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud