Skip to content

feat: add snapshot-id field into dfs files #5399

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 4 commits into from
Jul 3, 2025

Conversation

BorysTheDev
Copy link
Contributor

@BorysTheDev BorysTheDev commented Jul 2, 2025

fixes: #5284

Problem: Currently, different dfs snapshot files can be loaded as part of the same logical snapshot if they have the same name pattern.

Fix: Added SnapshotId AUX field into dfs files to distinguish files that can belong to another snapshot

@romange
Copy link
Collaborator

romange commented Jul 2, 2025

Please change the PR description and add the commit description of the change.

@adiholden adiholden requested review from mkaruza and removed request for adiholden July 2, 2025 09:02
@romange
Copy link
Collaborator

romange commented Jul 2, 2025

@BorysTheDev I added my commit and all the rdb_tests pass. Please let me know if you think it's wrong.

@romange
Copy link
Collaborator

romange commented Jul 2, 2025

please rebase

@BorysTheDev BorysTheDev force-pushed the add_snapshot_id_field_into_dfs_files branch from 5da151e to f84ea0c Compare July 3, 2025 06:52
@BorysTheDev BorysTheDev requested a review from romange July 3, 2025 08:08
@BorysTheDev BorysTheDev merged commit 2e2bf28 into main Jul 3, 2025
10 checks passed
@BorysTheDev BorysTheDev deleted the add_snapshot_id_field_into_dfs_files branch July 3, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

introduce logical ids for dfs snapshots
2 participants