issue_comments
2 rows where author_association = "NONE" and issue = 108623921 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- distarray backend? · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 145626335 | https://github.com/pydata/xarray/issues/591#issuecomment-145626335 | https://api.github.com/repos/pydata/xarray/issues/591 | MDEyOklzc3VlQ29tbWVudDE0NTYyNjMzNQ== | freeman-lab 3387500 | 2015-10-05T18:40:13Z | 2015-10-05T18:40:13Z | NONE | @shoyer I really like the "challenge" proposed here, and terrific summary of the state of things. It's definitely on our to-do list with Bolt and will keep you posted on progress, though we're currently knee-deep in the very related problem of context switching between different backend services (local, dask, distributed w/ spark, etc.) |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
distarray backend? 108623921 | |
| 145598814 | https://github.com/pydata/xarray/issues/591#issuecomment-145598814 | https://api.github.com/repos/pydata/xarray/issues/591 | MDEyOklzc3VlQ29tbWVudDE0NTU5ODgxNA== | bgrant 624123 | 2015-10-05T16:59:47Z | 2015-10-05T16:59:47Z | NONE | I think @shoyer's characterization of the current state of DistArray is pretty good. That said, I think this proposal is a good target for us to think about, and https://github.com/bolt-project/bolt/issues/58 is helpful. I'll try to look into this more if I can make some time. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
distarray backend? 108623921 |
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 2