-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ENH]: SysDb should return lineage, version file paths and root collection ID on collections #4557
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
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Enhance SysDb to Return File Paths and Root Collection ID This PR enhances the Collection struct to include version file paths, lineage file paths, and root collection ID fields. These attributes are returned from SysDb and are needed for garbage collector tests. The changes affect both Rust and Go codebases, with appropriate type updates (using Option in Rust and pointer types in Go). Key Changes: Affected Areas: This summary was automatically generated by @propel-code-bot |
bfc0bb6
to
b39fd56
Compare
b39fd56
to
8a3421d
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
…ction ID on collections
8a3421d
to
972427e
Compare
Description of changes
See title. Needed for garbage collector tests.
Test plan
How are these changes tested?
Updated existing Go tests to cover changes on Go side. Rust changes will be consumed in a future PR.
Documentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs section?
n/a