issue_comments
5 rows where author_association = "MEMBER", issue = 314764258 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- concat_dim getting added to *all* variables of multifile datasets · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 512036050 | https://github.com/pydata/xarray/issues/2064#issuecomment-512036050 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDUxMjAzNjA1MA== | shoyer 1217238 | 2019-07-16T23:09:24Z | 2019-07-16T23:09:24Z | MEMBER |
This seems very likely to me. The existing behavior of Xarray's unit test suite is definitely a good "smoke test" for understanding the impact of changes to The tests we should feel free to rewrite are cases where we set |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
| 512000102 | https://github.com/pydata/xarray/issues/2064#issuecomment-512000102 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDUxMjAwMDEwMg== | shoyer 1217238 | 2019-07-16T21:44:52Z | 2019-07-16T21:44:52Z | MEMBER |
Can you give a specific example of the behavior in question? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
| 511611430 | https://github.com/pydata/xarray/issues/2064#issuecomment-511611430 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDUxMTYxMTQzMA== | shoyer 1217238 | 2019-07-15T23:54:47Z | 2019-07-15T23:54:47Z | MEMBER | The logic for determining which variables to concatenate is in the Only Right now we also have Recall that Here's my notebook testing this out: https://gist.github.com/shoyer/f44300eddda4f7c476c61f76d1df938b So I'm thinking that we probably want to combine "all" and "minimal" into a single mode to use as the default, and remove the other behavior, which is either useless or broken. Maybe it would make sense to come up with a new name for this mode, and to make both |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
| 381728814 | https://github.com/pydata/xarray/issues/2064#issuecomment-381728814 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDM4MTcyODgxNA== | shoyer 1217238 | 2018-04-16T19:55:24Z | 2018-04-16T19:55:24Z | MEMBER |
OK, in that case I think #2048 was still the right change/bug-fix, making multi-file and single-file behavior consistent. But you certainly have exposed a real issue here.
Yes, we shouldn't implicitly add a new dimensions to variables in the case where the dimension already exists in the dataset. We only need the heuristics/comparisons when an entirely new dimension is being added. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
| 381707540 | https://github.com/pydata/xarray/issues/2064#issuecomment-381707540 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDM4MTcwNzU0MA== | shoyer 1217238 | 2018-04-16T18:42:06Z | 2018-04-16T18:42:06Z | MEMBER | What happens if you open multiple files with |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
concat_dim getting added to *all* variables of multifile datasets 314764258 |
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