issue_comments
3 rows where issue = 819062172 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Flexible indexes refactoring notes · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 801209397 | https://github.com/pydata/xarray/pull/4979#issuecomment-801209397 | https://api.github.com/repos/pydata/xarray/issues/4979 | MDEyOklzc3VlQ29tbWVudDgwMTIwOTM5Nw== | dcherian 2448579 | 2021-03-17T16:06:43Z | 2021-03-17T16:06:43Z | MEMBER | shall we merge? |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes refactoring notes 819062172 | |
| 791033734 | https://github.com/pydata/xarray/pull/4979#issuecomment-791033734 | https://api.github.com/repos/pydata/xarray/issues/4979 | MDEyOklzc3VlQ29tbWVudDc5MTAzMzczNA== | dcherian 2448579 | 2021-03-04T23:43:47Z | 2021-03-04T23:43:47Z | MEMBER |
Fully agree. We should raise nice error messages when possible. I just wanted to raise awareness about this issue (i.e. methods that use indexes in non-trivial ways).
Good point! I hadn't thought of it that way.
Yes! I'm v. happy to see this discussion is happening :)
For |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes refactoring notes 819062172 | |
| 789773514 | https://github.com/pydata/xarray/pull/4979#issuecomment-789773514 | https://api.github.com/repos/pydata/xarray/issues/4979 | MDEyOklzc3VlQ29tbWVudDc4OTc3MzUxNA== | dcherian 2448579 | 2021-03-03T14:57:19Z | 2021-03-03T16:46:07Z | MEMBER | There are also high-level methods that could use indexes in non-trivial ways. These methods become complicated when considering nD versions of
Another perhaps-unintended use-case is that various accessors will try to use An example is |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes refactoring notes 819062172 |
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