issue_comments
4 rows where author_association = "COLLABORATOR" and issue = 717410970 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Flexible backends - Harmonise zarr chunking with other backends chunking · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
735372002 | https://github.com/pydata/xarray/issues/4496#issuecomment-735372002 | https://api.github.com/repos/pydata/xarray/issues/4496 | MDEyOklzc3VlQ29tbWVudDczNTM3MjAwMg== | aurghs 35919497 | 2020-11-29T10:29:34Z | 2020-11-29T10:29:34Z | COLLABORATOR | @ravwojdyla I think that currently there is no way to do this. But it would be nice to have an interface that allows defining different chunks for each variable. The main problem that I see in implementing that is to keep the ´xr.open_dataset(... chunks=)´, ´ds.chunk´ and ´ds.chunks´ interfaces backwards compatible. Probably a new issue for that would be better since this refactor is already a little bit tricky and your proposal could be implemented separately. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible backends - Harmonise zarr chunking with other backends chunking 717410970 | |
721590240 | https://github.com/pydata/xarray/issues/4496#issuecomment-721590240 | https://api.github.com/repos/pydata/xarray/issues/4496 | MDEyOklzc3VlQ29tbWVudDcyMTU5MDI0MA== | aurghs 35919497 | 2020-11-04T08:35:08Z | 2020-11-04T09:22:01Z | COLLABORATOR | @weiji14 Thank you very much for your feedback. I think we should align also Maybe we should evaluate for the future to integrate/use dask function |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible backends - Harmonise zarr chunking with other backends chunking 717410970 | |
720785384 | https://github.com/pydata/xarray/issues/4496#issuecomment-720785384 | https://api.github.com/repos/pydata/xarray/issues/4496 | MDEyOklzc3VlQ29tbWVudDcyMDc4NTM4NA== | aurghs 35919497 | 2020-11-02T23:32:48Z | 2020-11-03T09:28:48Z | COLLABORATOR | I think we can keep talking here about xarray chunking interface. It seems that the interface for chunking is a tricky problem in xarray. There are involved different interfaces already implemented:
- dask: They are similar, but there are some inconsistencies. dask
The allowed values for chunking in dask are:
- dictionary (or tuple)
- integers > 0
- The allowed values in the dictionary are: xarray: xarray: xarray: xr.open_dataset(engine="zarr")
It works as dask except for:
- Points to be discussed: 1) Option 1
Maybe the encoded chunking provided by the backend can be seen just as the current on-disk data chunking. According to dask interface, if in a dictionary the chunks for some dimension are Note: Option 2
We could use a different new value for the encoded chunks (e.g. 2) @shoyer, @alexamici, @jhamman, @dcherian, @weiji14 suggestions are welcome |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible backends - Harmonise zarr chunking with other backends chunking 717410970 | |
706098129 | https://github.com/pydata/xarray/issues/4496#issuecomment-706098129 | https://api.github.com/repos/pydata/xarray/issues/4496 | MDEyOklzc3VlQ29tbWVudDcwNjA5ODEyOQ== | aurghs 35919497 | 2020-10-09T10:18:10Z | 2020-10-09T10:18:10Z | COLLABORATOR |
That's not completely true. With no dask installed |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Flexible backends - Harmonise zarr chunking with other backends chunking 717410970 |
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