-
Notifications
You must be signed in to change notification settings - Fork 151
feat: Snapshot::try_new_from() API
#549
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
zachschuermann
merged 32 commits into
delta-io:main
from
zachschuermann:snapshot-from-snapshot
Apr 7, 2025
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
f8bc074
new Snapshot::new_from() API
zachschuermann 3d37288
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann 5480711
incremental snapshot update, log segment, table config
zachschuermann 2686fb3
incremental log segment
zachschuermann 0daf1e9
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann 692c9d5
tests
zachschuermann f18e380
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann 8d3357b
refactor
zachschuermann 3bf3d67
nits
zachschuermann 453db1b
not pleased with these tests
zachschuermann ce31322
fix
zachschuermann f1578fb
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann ee61b75
docs
zachschuermann fea0f76
incremental table config test
zachschuermann 81f61ae
comment
zachschuermann 7b0bd1c
fix to include old checkpoint parts
zachschuermann 691b23a
Merge branch 'main' into snapshot-from-snapshot
zachschuermann 27c4a95
Merge branch 'main' into snapshot-from-snapshot
zachschuermann 66e44d2
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann 46ab944
do list_from last checkpoint version
zachschuermann 5a582d6
quick nit
zachschuermann 592667b
few nits
zachschuermann 75b6178
fix
zachschuermann 5cdde76
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann a94ddef
clippy
zachschuermann e8e327d
redo the 'no new commits' check
zachschuermann d5bcb67
match instead of if chain
zachschuermann be88b88
nits and use tableconfig::try_new in try_new_from
zachschuermann d396953
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann 6e49bc2
fix merging main
zachschuermann 032d72b
fix deref
zachschuermann cb06927
Merge remote-tracking branch 'upstream/main' into snapshot-from-snapshot
zachschuermann 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
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.
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 is causing semver check to fail - i've removed flag since this is
pubonly if dev-vis is onThere 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.
also note #810