issue_comments
6 rows where issue = 837243943 and user = 35919497 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Zarr chunking fixes · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
811810701 | https://github.com/pydata/xarray/pull/5065#issuecomment-811810701 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTgxMDcwMQ== | aurghs 35919497 | 2021-04-01T10:21:15Z | 2021-04-01T11:01:44Z | COLLABORATOR |
But maybe also in this case we want to drop |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
811818035 | https://github.com/pydata/xarray/pull/5065#issuecomment-811818035 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTgxODAzNQ== | aurghs 35919497 | 2021-04-01T10:35:29Z | 2021-04-01T10:36:01Z | COLLABORATOR |
I see two reasons for keeping it: - We should be able to read and write the data with the same structure on disk. - The user may be interested in this information. But it seems to me that having two different definitions of chunks (dask one and encoded one), is not very intuitive and it's not easy to define a clear default in writing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
811209453 | https://github.com/pydata/xarray/pull/5065#issuecomment-811209453 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTIwOTQ1Mw== | aurghs 35919497 | 2021-03-31T16:27:05Z | 2021-03-31T17:50:19Z | COLLABORATOR | ~ |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
811284237 | https://github.com/pydata/xarray/pull/5065#issuecomment-811284237 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTI4NDIzNw== | aurghs 35919497 | 2021-03-31T17:45:29Z | 2021-03-31T17:49:17Z | COLLABORATOR |
Yes |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
811199910 | https://github.com/pydata/xarray/pull/5065#issuecomment-811199910 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTE5OTkxMA== | aurghs 35919497 | 2021-03-31T16:20:30Z | 2021-03-31T16:31:32Z | COLLABORATOR |
Yes, they are already defined in zarr: preferred_chunks=chunks. We decide to separate the They are not necessarily the same.
Maybe we can drop the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
808399567 | https://github.com/pydata/xarray/pull/5065#issuecomment-808399567 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgwODM5OTU2Nw== | aurghs 35919497 | 2021-03-26T17:34:44Z | 2021-03-26T18:08:04Z | COLLABORATOR | Perhaps we could remove also |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 |
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 1