feat(storage): support initial payload in bidi_write transport - #6489
feat(storage): support initial payload in bidi_write transport#6489vsharonlynn wants to merge 2 commits into
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.35%
========================================
Files 295 295
Lines 83478 83677 +199
========================================
+ Hits 80429 80626 +197
- Misses 3049 3051 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Issue #5716 .