issue_comments
7 rows where issue = 874331538 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
- Add mode="r+" for to_zarr and use consolidated writes/reads by default · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
865602081 | https://github.com/pydata/xarray/pull/5252#issuecomment-865602081 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDg2NTYwMjA4MQ== | shoyer 1217238 | 2021-06-22T05:26:21Z | 2021-06-22T05:26:21Z | MEMBER | Well hey, it's still not too late to catch any issues before they turn up in a released version of Xarray :) On Mon, Jun 21, 2021 at 11:56 PM Noah D. Brenowitz @.***> wrote:
|
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 1, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 | |
863412302 | https://github.com/pydata/xarray/pull/5252#issuecomment-863412302 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDg2MzQxMjMwMg== | shoyer 1217238 | 2021-06-17T17:07:26Z | 2021-06-17T17:07:26Z | MEMBER |
Hah :). We've been using this branch at Google for a while now and it seems to be working pretty well. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 | |
858863681 | https://github.com/pydata/xarray/pull/5252#issuecomment-858863681 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDg1ODg2MzY4MQ== | shoyer 1217238 | 2021-06-10T18:16:55Z | 2021-06-10T18:16:55Z | MEMBER | @nbren12 @spencerkclark are either of you up for a review here? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 | |
858862846 | https://github.com/pydata/xarray/pull/5252#issuecomment-858862846 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDg1ODg2Mjg0Ng== | shoyer 1217238 | 2021-06-10T18:16:05Z | 2021-06-10T18:16:05Z | MEMBER | @rabernat gentle ping for review here :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 | |
833648389 | https://github.com/pydata/xarray/pull/5252#issuecomment-833648389 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDgzMzY0ODM4OQ== | shoyer 1217238 | 2021-05-06T16:11:00Z | 2021-05-06T16:11:00Z | MEMBER | Thanks @joshmoore for the copy-editing! |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 | |
832256725 | https://github.com/pydata/xarray/pull/5252#issuecomment-832256725 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDgzMjI1NjcyNQ== | shoyer 1217238 | 2021-05-04T21:20:48Z | 2021-05-04T21:20:48Z | MEMBER | I pushed a commit making consolidated metadata the default (see https://github.com/pydata/xarray/issues/5251). This was easier to do building on top of my existing refactor here (but conceivably could be separated). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 | |
832075854 | https://github.com/pydata/xarray/pull/5252#issuecomment-832075854 | https://api.github.com/repos/pydata/xarray/issues/5252 | MDEyOklzc3VlQ29tbWVudDgzMjA3NTg1NA== | shoyer 1217238 | 2021-05-04T16:28:43Z | 2021-05-04T16:28:43Z | MEMBER | Nope, not anymore! We decide the existing variables (to figure out/match their encoding) but that's done in a lazy way. We never put them in an xarray.Dataset so there is no eager loading of dimension coordinates. On Tue, May 4, 2021 at 7:07 AM Ryan Abernathey @.***> wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add mode="r+" for to_zarr and use consolidated writes/reads by default 874331538 |
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