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
feat!: move object store registry to the session, re-use stores (#3689)
BREAKING CHANGE: removes `object_store_registry` from `WriteParams` and
`ReadParams`. The registry is now taken from the `Session`, which is
already on those parameters. Also, most `ObjectStore` constructors now
return `Arc<ObjectStore>`.
Closes#3684
* Add a cache of in-use datasets within the registry.
* Move `ObjectStoreRegistry` onto the `Session` object. Combined with
the cache, this lets datasets using the same session share object
stores, as long as they use the same parameters.
0 commit comments