-
Notifications
You must be signed in to change notification settings - Fork 15
engineering: Add tabfile merging features with UTs #447
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR adds tabfile merging functionality to support merging new tab file entries with existing ones on disk. The implementation preserves non-conflicting existing entries while replacing those with duplicate mount points.
Key Changes:
- Added
merge_with_existingmethod to merge tab file contents in memory - Added
merge_and_writemethod as a convenience wrapper for file I/O - Added comprehensive unit tests covering the main functionality
Co-authored-by: Copilot <[email protected]>
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
🔍 Description