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

Fix empty reservation #12

Merged
merged 4 commits into from
Dec 13, 2021
Merged

Fix empty reservation #12

merged 4 commits into from
Dec 13, 2021

Conversation

sbckr
Copy link
Member

@sbckr sbckr commented Dec 13, 2021

Resolves #11
Lazy loading is not addressed as implementation will be heavily adapted when #10 is addressed

@sbckr sbckr requested a review from strieflin December 13, 2021 13:13
@codecov
Copy link

codecov bot commented Dec 13, 2021

Codecov Report

Merging #12 (721abbe) into master (b889feb) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #12      +/-   ##
============================================
+ Coverage     85.45%   85.47%   +0.02%     
- Complexity      335      336       +1     
============================================
  Files            61       61              
  Lines          1210     1212       +2     
  Branches         79       80       +1     
============================================
+ Hits           1034     1036       +2     
  Misses          142      142              
  Partials         34       34              
Impacted Files Coverage Δ
...or/service/download/CreateReservationSupplier.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b889feb...721abbe. Read the comment docs.

Copy link
Member

@strieflin strieflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@strieflin strieflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix unused variable issue.

Signed-off-by: Sebastian Becker <[email protected]>
Copy link
Member

@strieflin strieflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@strieflin strieflin merged commit c08ec01 into master Dec 13, 2021
@strieflin strieflin deleted the fix-empty-reservation branch December 13, 2021 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Castor fails to provide tuples when more than one tuple chunk is available
2 participants