home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 573550514

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/3668#issuecomment-573550514 https://api.github.com/repos/pydata/xarray/issues/3668 573550514 MDEyOklzc3VlQ29tbWVudDU3MzU1MDUxNA== 3922329 2020-01-13T08:13:10Z 2020-01-13T09:01:02Z NONE

@jhamman I did already confirm it with a zarr-only test, pickling and unpickling a zarr group object. I get the same error as with an xarray dataset: ValueError: group not found at path ''

Not sure if we can call it a bug though. According to the storage specification https://zarr.readthedocs.io/en/stable/spec/v2.html#storage for a group to exist a .zgroup key must exist under the corresponding logical path, so in the case of DirectoryStore it's natural to check if a .zgroup file exists at group object creation time.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  546562676
Powered by Datasette · Queries took 0.645ms · About: xarray-datasette