Commit 06f3df8
committed
Remove double index creation from async DataTree open
The zarr v3 async backend was creating indexes inside
_open_datatree_from_stores_async, but the framework layer
(_datatree_from_backend_datatree in api.py) already handles
index creation for all backends. This caused indexes to be
created twice per node and made create_default_indexes=False
silently ignored.
Remove the index creation from the backend to restore the
clean main architecture: backends open datasets without
indexes, the framework creates them once.1 parent 15203d9 commit 06f3df8
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2009 | 2009 | | |
2010 | 2010 | | |
2011 | 2011 | | |
2012 | | - | |
2013 | | - | |
2014 | 2012 | | |
2015 | 2013 | | |
2016 | 2014 | | |
| |||
2055 | 2053 | | |
2056 | 2054 | | |
2057 | 2055 | | |
2058 | | - | |
2059 | 2056 | | |
2060 | 2057 | | |
2061 | 2058 | | |
| |||
0 commit comments