issue_comments
4 rows where issue = 686608969 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Error when rechunking from Zarr store · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
795114188 | https://github.com/pydata/xarray/issues/4380#issuecomment-795114188 | https://api.github.com/repos/pydata/xarray/issues/4380 | MDEyOklzc3VlQ29tbWVudDc5NTExNDE4OA== | mangecoeur 743508 | 2021-03-10T09:00:48Z | 2021-03-10T09:00:48Z | CONTRIBUTOR | Running into the same issue, when I:
I get the chunk size mismatch error which I solve by manually overwriting the I didn't realize the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error when rechunking from Zarr store 686608969 | |
751489633 | https://github.com/pydata/xarray/issues/4380#issuecomment-751489633 | https://api.github.com/repos/pydata/xarray/issues/4380 | MDEyOklzc3VlQ29tbWVudDc1MTQ4OTYzMw== | aurghs 35919497 | 2020-12-27T16:43:56Z | 2021-01-08T07:20:24Z | COLLABORATOR |
The Maybe this interface is a little bit confusing.
Probably would be better to move Concerning the different chunking per variable, I link here this related issue: https://github.com/pydata/xarray/issues/4623 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error when rechunking from Zarr store 686608969 | |
751481163 | https://github.com/pydata/xarray/issues/4380#issuecomment-751481163 | https://api.github.com/repos/pydata/xarray/issues/4380 | MDEyOklzc3VlQ29tbWVudDc1MTQ4MTE2Mw== | aurghs 35919497 | 2020-12-27T15:32:10Z | 2020-12-27T15:32:29Z | COLLABORATOR | I'm not sure but ... It seems to be a bug this error. There is a check on the final chunk that it seems to have the wrong direction in the inequality.
The part of the code to decide what's chunking should be used in case we have defined both, dask chunking and encoded chucking, is the following: https://github.com/pydata/xarray/blob/ac234619d5471e789b0670a673084dbb01df4f9e/xarray/backends/zarr.py#L141-L173
the aims of these checks, as described in the comment, is to avoid to have multiple dask chunks in one zarr chunk. According to this logic this inequality at line 163:
https://github.com/pydata/xarray/blob/ac234619d5471e789b0670a673084dbb01df4f9e/xarray/backends/zarr.py#L163 has the wrong direction. It should be in this way:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error when rechunking from Zarr store 686608969 | |
683301156 | https://github.com/pydata/xarray/issues/4380#issuecomment-683301156 | https://api.github.com/repos/pydata/xarray/issues/4380 | MDEyOklzc3VlQ29tbWVudDY4MzMwMTE1Ng== | dcherian 2448579 | 2020-08-29T14:53:28Z | 2020-08-29T14:53:28Z | MEMBER |
No. I run into this frequently and it is annoying. @rabernat do you remember why you chose to keep |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error when rechunking from Zarr store 686608969 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 3