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
Hi, I would be interested in working on this issue if you support outside contributions and think this is a reasonable first issue. I used TensorStore for some small projects, so I have some familiarity with the C++ API. Let me know, and I will look into it.
We accept contributions, however I'm not sure that this is a good first issue. We currently don't support variable length datatypes, and I think that supporting variable length datatypes will be quite involved. We also don't support filters. Perhaps adding filter support would be a better starting point than adding vlen utf8.
If you still want to look at this, start by poking around at it in tensorstore/driver/zarr. The dtype_test, for example.
To reproduce:
Raises:
Zarr-Python writes these arrays (see documentation) with an "object" dtype and
vlen-utf8
filter:The text was updated successfully, but these errors were encountered: