Closed RobinTF closed 1 week ago
Attention: Patch coverage is 94.47514%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 89.26%. Comparing base (
77ac964
) to head (6142253
). Report is 5 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/util/JoinAlgorithms/JoinAlgorithms.h | 94.38% | 1 Missing and 9 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
No test result changes.
Issues
9 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Extend the block-based merge-join algorithm, s.t. it can support undefined inputs. This currently only works for single columns joins where the undefined values are at the beginning of each input and (as there is only one join column) compatible with every other input element. This is an important precondition for a lazy single-column join for sorted inputs.