issue_comments
2 rows where issue = 620514214 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- open_mfdataset overwrites variables with different values but overlapping coordinates · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
633602775 | https://github.com/pydata/xarray/issues/4077#issuecomment-633602775 | https://api.github.com/repos/pydata/xarray/issues/4077 | MDEyOklzc3VlQ29tbWVudDYzMzYwMjc3NQ== | TomNicholas 35968931 | 2020-05-25T14:38:52Z | 2020-05-25T14:38:52Z | MEMBER |
@malmans2 are you interested in submitting a pull request to add this? (If not then that's fine!) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset overwrites variables with different values but overlapping coordinates 620514214 | |
630779096 | https://github.com/pydata/xarray/issues/4077#issuecomment-630779096 | https://api.github.com/repos/pydata/xarray/issues/4077 | MDEyOklzc3VlQ29tbWVudDYzMDc3OTA5Ng== | TomNicholas 35968931 | 2020-05-19T12:14:41Z | 2020-05-19T12:15:51Z | MEMBER | Thanks for reporting this @malmans2! There are actually two issues here: The minor one is that it should never have been possible to specify The more complex issue is that you can get the same overwriting problem in That was actually deliberate, @shoyer we discussed that PR (#2616) extensively, but I can't see an explicit record of discussing that particular line? But since then @dcherian has done work on the options which vary the strictness of checking - should EDIT: (sorry for repeating what was said above, I wrote this reply last night and sent it today) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset overwrites variables with different values but overlapping coordinates 620514214 |
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