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
We want to switch our default data format to zarr3. In contrast to wkw, zarr3 doesn't allow concurrent writes (as uncompressed wkw does) at all. Therefore, we should be more careful when writing partial shards. Perhaps, we should elevate some of the warnings to assertions to better enforce shard-aligned writing.
The text was updated successfully, but these errors were encountered:
After discussing this, we figured it is very hard to do in the libs. We don't have a support good idea yet. Likely, this needs to be checked and asserted in VX.
This issue becomes important for once we switch to Zarr3 as the default dataset format.
We want to switch our default data format to zarr3. In contrast to wkw, zarr3 doesn't allow concurrent writes (as uncompressed wkw does) at all. Therefore, we should be more careful when writing partial shards. Perhaps, we should elevate some of the warnings to assertions to better enforce shard-aligned writing.
The text was updated successfully, but these errors were encountered: