Impl a streaming writer temporary file storage abstraction#2175
Open
mengpromax wants to merge 4 commits intoqax-os:masterfrom
Open
Impl a streaming writer temporary file storage abstraction#2175mengpromax wants to merge 4 commits intoqax-os:masterfrom
mengpromax wants to merge 4 commits intoqax-os:masterfrom
Conversation
…support more storage Change-Id: Ibaca66b80a3ed8793396e1386bf7c0b2db7c21c0 Signed-off-by: mengzhongyuan <mengzhongyuan@bytedance.com>
d46c7b5 to
01b1854
Compare
1 task
Change-Id: I7f207e3de005574f79163b3a7b8c68c20ca9adad Signed-off-by: mengzhongyuan <mengzhongyuan@bytedance.com>
Contributor
Author
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2175 +/- ##
==========================================
- Coverage 99.56% 99.54% -0.03%
==========================================
Files 32 32
Lines 26291 26307 +16
==========================================
+ Hits 26176 26186 +10
- Misses 60 63 +3
- Partials 55 58 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Change-Id: I04fc04bedb438b3cb692b43c8114a56cc114bb2c Signed-off-by: mengzhongyuan <mengzhongyuan@bytedance.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Details
impl a streaming writer temporary file storage abstraction to support custom temporary file storage.
Description
Related Issue
Motivation and Context
This issue #1927 inspire me.
How Has This Been Tested
Types of changes
Checklist