Skip to content

Commit

Permalink
Fix a bug...
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Jan 10, 2024
1 parent fd9b59d commit 66ea332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/JoinAlgorithms/JoinAlgorithms.h
Original file line number Diff line number Diff line change
Expand Up @@ -970,9 +970,11 @@ struct BlockZipperJoinImpl {
}

Check warning on line 970 in src/util/JoinAlgorithms/JoinAlgorithms.h

View check run for this annotation

Codecov / codecov/patch

src/util/JoinAlgorithms/JoinAlgorithms.h#L970

Added line #L970 was not covered by tests
case BlockStatus::rightMissing: {
getNextBlocks(r, rightSide_);
continue;
}

Check warning on line 974 in src/util/JoinAlgorithms/JoinAlgorithms.h

View check run for this annotation

Codecov / codecov/patch

src/util/JoinAlgorithms/JoinAlgorithms.h#L972-L974

Added lines #L972 - L974 were not covered by tests
case BlockStatus::leftMissing: {
getNextBlocks(l, leftSide_);
continue;
}

Check warning on line 978 in src/util/JoinAlgorithms/JoinAlgorithms.h

View check run for this annotation

Codecov / codecov/patch

src/util/JoinAlgorithms/JoinAlgorithms.h#L976-L978

Added lines #L976 - L978 were not covered by tests
default:
AD_FAIL();

Check warning on line 980 in src/util/JoinAlgorithms/JoinAlgorithms.h

View check run for this annotation

Codecov / codecov/patch

src/util/JoinAlgorithms/JoinAlgorithms.h#L980

Added line #L980 was not covered by tests
Expand Down

0 comments on commit 66ea332

Please sign in to comment.