-
Notifications
You must be signed in to change notification settings - Fork 166
feat(zb-experimental): implement append #1620
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
Merged
Merged
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a38c396
feat(zb-experimental): add async write object stream
chandra-siri aaee2f3
remove unused import and add license info
chandra-siri 4db8bf1
remove unwated test
chandra-siri 8dbd158
feat(zb-experimental): implement "open" for write_object_stream
chandra-siri 03f1fde
remove unused import
chandra-siri f0d3439
feat(zb-experimental): implement close
chandra-siri e3b6f9e
feat(zb-experimental): implement send & recv
chandra-siri b24535f
feat(zb-experimental): Add Async_appendable_object_writer.py
chandra-siri eae1b36
feat(zb-experimental): implement state_lookup
chandra-siri 788848a
implement tests for state_lookup
chandra-siri 07c9b44
feat(zb-experimental): implement open in writer
chandra-siri 3930823
add type annotation for state_lookup
chandra-siri 222aef2
state_lookup should return persisted_size instead of proto
chandra-siri 3eae403
Merge branch 'bidi-writes-6' of github.com:googleapis/python-storage …
chandra-siri 79835fa
persisted size changes
chandra-siri cc5e12d
feat(zb-experimental): implement flush, close and finalize
chandra-siri 57aa63e
Update doc strings
chandra-siri 55e0e0d
feat(zb-experimental): implement append
chandra-siri 55d495d
add test_append_data_two_times
chandra-siri 6fa5e11
add doc string for AsyncAppendableObjectWriter
chandra-siri a8eba4f
Merge branch 'bidi-writes-5' of github.com:googleapis/python-storage …
chandra-siri d8859ee
Merge branch 'bidi-writes-6' of github.com:googleapis/python-storage …
chandra-siri c1cbd86
Merge branch 'bidi-writes-7' of github.com:googleapis/python-storage …
chandra-siri 150556b
Merge branch 'bidi-writes-8' of github.com:googleapis/python-storage …
chandra-siri c4c79e6
correct comment size
chandra-siri 96ff8dc
update the append logic to reduce copying data
chandra-siri 244635f
Merge branch 'main' into bidi-writes-4
chandra-siri 1981418
add missedout test after merge conflict resolution
chandra-siri ebd5c10
Merge branch 'bidi-writes-4' of github.com:googleapis/python-storage …
chandra-siri 2a22cf7
Merge branch 'bidi-writes-5' of github.com:googleapis/python-storage …
chandra-siri aee1feb
Merge branch 'bidi-writes-6' of github.com:googleapis/python-storage …
chandra-siri cdaa25f
Merge branch 'bidi-writes-7' of github.com:googleapis/python-storage …
chandra-siri 2766c46
Merge branch 'bidi-writes-8' of github.com:googleapis/python-storage …
chandra-siri 62c8fd7
remove local testing code
chandra-siri ad9e4b9
Merge branch 'main' of github.com:googleapis/python-storage into bidi…
chandra-siri de4b74d
Merge branch 'main' into bidi-writes-9
chandra-siri 9ede745
address comments and improve doc string
chandra-siri a18bf87
raise ValueError if stream is not open
chandra-siri dc2df55
Merge branch 'main' into bidi-writes-9
chandra-siri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.