You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesnt seem like it should be the users responsibility to manage. Ideally the delegate would name its blobs on its own and know which one its looking for, this is what we expect of other backends when putting blobs in the named data map. Because it takes it as an arg it also creates a weird pattern where we have to create a separate partitioner instance for each entry point when we should really be able to use the same one across all of them.