-
Notifications
You must be signed in to change notification settings - Fork 141
Add batch to VirtualChunked ReadParameters #277
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
copybara-service
merged 24 commits into
google:master
from
sjperkins:add-batch-to-virtual-chunked-ReadParameters
Feb 4, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
025bf9b
Add batch to VirtualChunked ReadParameters
sjperkins 52c0f62
Change VirtualChunked::ReadParameters::batch to std::optional<Batch> …
sjperkins aecca8e
Add missing reference to batch() return type
sjperkins 62f96b9
Store a Batch in VirtualChunked::ReadParameters::batch_ instead of st…
sjperkins 5ebc7cc
Temporarily change linux arm64 runner to ubuntu-22.04-arm
sjperkins 57bc55d
Rework ReadParameters::batch_ member initialization
sjperkins 7abf919
Change ReadParameters::batch() to Batch::View
sjperkins 2f424c5
Remove whitespace
sjperkins 1c93dcd
Prefer list initialisation for ReadParameters::batch_
sjperkins 0fd1130
Merge branch 'master' into add-batch-to-virtual-chunked-ReadParameters
sjperkins 9878d7f
Update ReadParameters::batch() comment
sjperkins 8a6d183
Add C++ test cases for VirtualChunked <-> Batch interaction
sjperkins 0935684
clang-format
sjperkins 88aec5d
Improve python ReadParameters.batch member documentation
sjperkins 88dbf1e
#include "tensorstore/batch.h" in virtual_chunked.cc
sjperkins b219505
Rework batch tests to pass std::optional<Batch::View>& output_batch
sjperkins 1509c66
Update #includes in tensorstore/virtual_chunked.h
sjperkins 73c2b61
Add missing Schema include in virtual_chunked.cc
sjperkins c39c090
#include <utility> for std::move in virtual_chunked.h
sjperkins 88f8a1a
Remove testing of Batch implementation in virtual_chunked_test.cc
sjperkins e539fa9
Remove conditional setting of output_batch in BatchSettingView
sjperkins 6a6a6d9
clang-format virtual_chunked.h
sjperkins 2bf5f48
Improve test case symmetry
sjperkins 98119c4
Add //tensorstore:schema to tensorstore_cc_library(virtual_chunked)
sjperkins 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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.