Closed UNEXENU closed 1 month ago
Attention: Patch coverage is 99.22481%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 94.15%. Comparing base (
dc71166
) to head (9fa1043
). Report is 5 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/util/LazyJsonParser.cpp | 95.23% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
3 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Integrate the
LazyJsonParser
introduced in #1412 into theSERVICE
Operation, which will help to reduce RAM usage for the import of large results. In particular, the (possibly large) JSON result of a SERVICE will not be fully materialized, but converted to a (possibly much smaller)IdTable
on the fly. This is a preparation for making the SERVICE operation completely lazy.