issue_comments
3 rows where issue = 688993462 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- FIX: handle dask ValueErrors in `apply_ufunc` (set ``allow_rechunk=True``) · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 687844137 | https://github.com/pydata/xarray/pull/4392#issuecomment-687844137 | https://api.github.com/repos/pydata/xarray/issues/4392 | MDEyOklzc3VlQ29tbWVudDY4Nzg0NDEzNw== | kmuehlbauer 5821660 | 2020-09-06T17:09:00Z | 2020-09-06T17:09:00Z | MEMBER | I think my latest changes according to @dcherian's comments are now backwards compatible. Short explanation:
|
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
FIX: handle dask ValueErrors in `apply_ufunc` (set ``allow_rechunk=True``) 688993462 | |
| 686966421 | https://github.com/pydata/xarray/pull/4392#issuecomment-686966421 | https://api.github.com/repos/pydata/xarray/issues/4392 | MDEyOklzc3VlQ29tbWVudDY4Njk2NjQyMQ== | kmuehlbauer 5821660 | 2020-09-04T07:23:06Z | 2020-09-04T07:23:06Z | MEMBER | @dcherian I think, that this is almost good to go. Any rework on the warning message needed? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
FIX: handle dask ValueErrors in `apply_ufunc` (set ``allow_rechunk=True``) 688993462 | |
| 683634677 | https://github.com/pydata/xarray/pull/4392#issuecomment-683634677 | https://api.github.com/repos/pydata/xarray/issues/4392 | MDEyOklzc3VlQ29tbWVudDY4MzYzNDY3Nw== | kmuehlbauer 5821660 | 2020-08-31T08:11:52Z | 2020-08-31T08:12:25Z | MEMBER | As laid out in #4372 the behaviour before #4060 was to run If I understand the comments of @dcherian and @shoyer in #4372 correctly, This PR just checks for the dask ValueError which is raised for non-core dimension chunk mismatch, issues a warning, that the behaviour will change in the future (not sure if this is intended, please recommend otherwise) and reruns |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
FIX: handle dask ValueErrors in `apply_ufunc` (set ``allow_rechunk=True``) 688993462 |
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