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
Use atomic writes for new files in LocalStore (#3412)
* Use atomic writes in LocalStore
Fixes#3411
I use the standard strategy of writing to a temporary file in the same
directory, and then renaming it to the desired name.
This ensure that Zarr writes are either complete or not written at all.
* Lint fixes
* import sort
* actually fix import order
* ruff format
* Add release note
0 commit comments