feat(storage): support initial payload in bidi_write transport - #6489
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the ability to send an initial chunk of data when opening an appendable object in a bidirectional write stream, updating the connector, state, and transport layers to support and test this flow. The review feedback points out that the newly added public methods connect_open_and_append and new_open_and_append lack documentation, violating the repository style guide which requires all public items to be documented with ///.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6489 +/- ##
==========================================
+ Coverage 96.34% 96.36% +0.01%
==========================================
Files 295 295
Lines 83478 83850 +372
==========================================
+ Hits 80429 80800 +371
- Misses 3049 3050 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
xlai20
left a comment
There was a problem hiding this comment.
lgtm with an unresolved comment.
Issue #5716 .