-
Notifications
You must be signed in to change notification settings - Fork 433
feat(storage): Add samples related to AppendableObject and OpenObject #15563
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15563 +/- ##
==========================================
+ Coverage 93.05% 93.07% +0.01%
==========================================
Files 2414 2414
Lines 221063 221114 +51
==========================================
+ Hits 205720 205795 +75
+ Misses 15343 15319 -24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a61762d to
f0acefb
Compare
| futures.push_back(count_newlines(std::move(reader), std::move(token))); | ||
| } | ||
|
|
||
| // Wait for all futures and print results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think we should not be waiting for all the futures to be ready, we should just start reading the futures which are ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, please re-check.
bajajneha27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just get alignment on region tags, rest everything looks good to me.
scotthart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scotthart reviewed 1 of 2 files at r1, 1 of 1 files at r3, all commit messages.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @bajajneha27)
This change is