-
Notifications
You must be signed in to change notification settings - Fork 63
Add get_virtual_ref and all_virtual_refs functionality
#1307
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
get_virtual_ref functionalityget_virtual_ref and all_virtual_refs functionality
|
I think this needs more thought - see #104 (comment). |
|
Sorry @mpiannucci - despite the fact that this is not enough for me to solve the thorny problem of #104, adding these methods would still be useful. I should have approved a while ago. |
icechunk/src/session.rs
Outdated
| } | ||
|
|
||
| #[instrument(skip(self))] | ||
| pub async fn all_virtual_refs( |
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.
Is there a reason why this is on the session but get_virtual_refs, set_virtual_ref, and set_virtual_refs are all on the store?
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.
moved everything to Session in 44d9b9b
#104
#1194