issue_comments
2 rows where author_association = "MEMBER", issue = 285295060 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- open_mfdataset doesn't work on some datasets with dask 0.12 · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 354705128 | https://github.com/pydata/xarray/issues/1806#issuecomment-354705128 | https://api.github.com/repos/pydata/xarray/issues/1806 | MDEyOklzc3VlQ29tbWVudDM1NDcwNTEyOA== | shoyer 1217238 | 2018-01-02T05:26:50Z | 2018-01-02T05:26:50Z | MEMBER | Hmm, maybe we should update the minimum required version of dask in our documentation. Ideally we should be running our test suite on this earliest support version of dask. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_mfdataset doesn't work on some datasets with dask 0.12 285295060 | |
| 354674330 | https://github.com/pydata/xarray/issues/1806#issuecomment-354674330 | https://api.github.com/repos/pydata/xarray/issues/1806 | MDEyOklzc3VlQ29tbWVudDM1NDY3NDMzMA== | shoyer 1217238 | 2018-01-01T20:23:44Z | 2018-01-01T20:23:44Z | MEMBER | Thanks for the report. Can you share the result of Dask's concatenate function is supposed to be able to handle numpy arrays, so this suggests a possible bug in dask. If you're not using dask 0.16, please try upgrading. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
open_mfdataset doesn't work on some datasets with dask 0.12 285295060 |
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