issue_comments
3 rows where issue = 1200581329 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- implement Zarr v3 spec support · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1137661171 | https://github.com/pydata/xarray/pull/6475#issuecomment-1137661171 | https://api.github.com/repos/pydata/xarray/issues/6475 | IC_kwDOAMm_X85Dz1Tz | shoyer 1217238 | 2022-05-25T18:10:21Z | 2022-05-25T18:10:21Z | MEMBER |
I opened up https://github.com/zarr-developers/zarr-python/issues/1039 |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
implement Zarr v3 spec support 1200581329 | |
1099307673 | https://github.com/pydata/xarray/pull/6475#issuecomment-1099307673 | https://api.github.com/repos/pydata/xarray/issues/6475 | IC_kwDOAMm_X85BhhqZ | shoyer 1217238 | 2022-04-14T15:33:54Z | 2022-04-14T15:33:54Z | MEMBER |
is there an issue on the Zarr side where this is currently being discussed? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
implement Zarr v3 spec support 1200581329 | |
1098229361 | https://github.com/pydata/xarray/pull/6475#issuecomment-1098229361 | https://api.github.com/repos/pydata/xarray/issues/6475 | IC_kwDOAMm_X85BdaZx | shoyer 1217238 | 2022-04-13T16:04:23Z | 2022-04-13T16:04:23Z | MEMBER |
Does Zarr v3 have a notion of a "root" group? That feels like a more sensible default to me, both for Xarray and Zarr-Python
This sounds fine for now, but I am concerned that it will slow the adoption of Zarr v3. Eventually, we would presumably want to change the default to version 3, but this is difficult to do if it entirely breaks backwards compatibility. My preference would be for the default behavior to try opening Zarr v2, and fall back to opening in v3 mode, even if this requires attempting to open a file from the store. This is similar to how Xarray handles other Zarr versioning issues (e.g., for consolidated metadata). Perhaps Zarr-Python could raise an informative error that we could catch if the Zarr version is incorrect, or even handle this behavior itself? |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
implement Zarr v3 spec support 1200581329 |
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