Joe Hamman
Joe Hamman
@DimitriPapadopoulos - thanks for moving your focus over to the `v3` branch. I'm going to close this in favor of the contributions you've already made there. 🙏
@DimitriPapadopoulos - thanks for moving your focus over to the `v3` branch. I'm going to close this in favor of the contributions you've already made there. 🙏
@DimitriPapadopoulos - thanks for moving your focus over to the `v3` branch. I'm going to close this in favor of the contributions you've already made there. 🙏
Thanks @barbuz for opening this issue. Its a a topic we'e already been thinking about with [Icechunk](https://icechunk.io) and we've intentionally left room in the Chunk Manifest spec for such a...
@DimitriPapadopoulos - are you planning to return to this?
I've moved this to "After 3.0.0" and will be adding this to the work in progress section of the v3 migration docs.
@jrbourbeau - thanks for opening the issue. I recommend taking a look at #1777 for a summary of the v3 effort. In the short term, I suggest pointing to `main`...
closed by https://github.com/dask/dask/pull/11388
I'm fine merging this in as is @DimitriPapadopoulos. We may also consider removing these notebooks from the repo as many of them are referencing data that we don't have access...
> [storage.logging.LoggingStore.__init__](https://github.com/zarr-developers/zarr-python/blob/fe752a2a2b0e91dbe566ab9874da5bb56957a688/src/zarr/storage/logging.py#L41) does not call [abc.store.Store.__init__](https://github.com/zarr-developers/zarr-python/blob/fe752a2a2b0e91dbe566ab9874da5bb56957a688/src/zarr/abc/store.py#L69) This is the expected behavior. The `LoggingStore` wraps another `Store` object and the assumption is that this store called `super().__init__()`. I don't think it...