-
-
Notifications
You must be signed in to change notification settings - Fork 329
default filters for v2 object dtype are wrong #2627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Seems pretty major, so I've added to the 3.0 milestone - we should at least document this as a known issue! |
this is still broken on knowing little about how zarr encodes arbitrary python objects, I checked how this works in v2, and it seems that |
I'm adding this to the known issues section in the v3 migration guide and marking it as After 3.0.0. |
Uh oh!
There was an error while loading. Please reload this page.
this example does not work in
main
:The problem is caused because zarr chooses the wrong default filters for
O
dtype arrays -- zarr choosesVlenBytes
, when it should be choosingVlenUTF8
. Since the structure of the default codecs is likely to change soon, the fix should probably be made in the context of #2463cc @dcherian
The text was updated successfully, but these errors were encountered: