Svenn-Arne Dragly
Svenn-Arne Dragly
We are seeing the same issue, although with a very tiny difference: ``` LZMAError Expected unpacked size of 116412 but decompressed to 116411" ``` Unfortunately, it is again in a...
As mentioned in https://github.com/gendx/lzma-rs/pull/26#issuecomment-594421944 the issue can also be reproduced by compressing the `tests/files/range-coder-edge-case` file with options set to write the unpacked size to the header and then decompress it:...
I think this makes sense. It would be interesting to also see how other libraries handles this. After all, it might be that the files we are parsing are actually...
Hi, @neuromusic! Thanks for bringing this issue up again. We have not yet implemented links in exdir, but have been discussing it since this issue was created. We would be...
Seems like an interesting option is to have a closer look at Apache Arrow and the Feather or Parquet implementations: https://github.com/wesm/feather https://arrow.apache.org/docs/python/parquet.html
Thanks for reaching out! First of all, have you considered using Zarr instead of Exdir? It is a bit more complex than Exdir, but might meet your needs out of...
Good point! We can provide such an example.
They should not be allowed and no longer seem to work because memmap fails in this case. I think we should catch this before memmap does and just check dtype.hasobject....
Good point. I think we should also raise a `TypeError` to have as close to the same behavior as h5py as possible. That eases porting from h5py to Exdir.
@miladh What needs to be done for this issue to be closed? Do we have a link to HDF5 docs or an example to test?