-
Notifications
You must be signed in to change notification settings - Fork 68
Finish manifest splitting #948
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 all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
4b30b9f
[WIP] Optimize split manifest writes.
dcherian 3a19559
Refactor to track splitting on Session
dcherian 09cd445
Revert to aggregate_extents
dcherian 8924a39
Tests pass!
dcherian ca2d171
sqw iterator
dcherian 5e843be
cleanup
dcherian 03d62ac
lint
dcherian ef37e58
Fix bug
dcherian 9fdd0d3
Minor changes
dcherian c93ea84
Fix distributed writes.
dcherian 46638de
Handle appends
dcherian ac1d24b
Refactor overlaps to overlap_with
dcherian dae0d60
Refactor overlaps to overlap_with
dcherian f841e3c
Cleanup
dcherian 839fdc3
cleanup more
dcherian 35934a9
more tests
dcherian 4b3cde3
more cleanup
dcherian b9d3ec8
note
dcherian 75d264a
Track _all_ deleted chunks separately
dcherian f88c0f5
Revert "Track _all_ deleted chunks separately"
dcherian d6d1a90
Track deleted chunks _outside_ array shape only
dcherian 9b9712e
Update stateful tests
dcherian eaee66a
Fix bug & update tests.
dcherian 5f4e93a
Stricter GC test
dcherian a15a8ac
Fix stateful test
dcherian 0fc8c2a
Cleanup
dcherian 2a6d65d
More complex test + fixes
dcherian 27ad4bc
more test
dcherian 14d70df
Fix merging
dcherian 27c7c4b
reorg tests
dcherian 9e1c8ad
edits
dcherian e974f48
Add conflicting commits test
dcherian 76e58fd
Add test for splits changing in a session
dcherian a306abf
lint
dcherian e719c7f
Review comments
dcherian b7fb385
Use ManifestExtents::ALL sentinel
dcherian 4a2e455
Update stateful tests
dcherian b179dbc
update benchmarks dep group
dcherian e184e29
small edits
dcherian 3b52259
Parallel writes
dcherian 4e68231
more benchmarks
dcherian d0c42be
Revert "Parallel writes"
dcherian fcdc2d6
lint
dcherian ed648a8
Merge branch 'main' into manifest-split-write
dcherian 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,6 +51,7 @@ benchmark = [ | |
| "humanize", | ||
| "platformdirs", | ||
| "ipdb", | ||
| "coiled", | ||
| ] | ||
| docs = [ | ||
| "scipy", | ||
|
|
||
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was Claude. looks good!