home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER" and issue = 1249638836 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • dcherian 2

issue 1

  • to_zarr fails for large dimensions; sensitive to exact dimension size and chunk size · 2 ✖

author_association 1

  • MEMBER · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1142565607 https://github.com/pydata/xarray/issues/6640#issuecomment-1142565607 https://api.github.com/repos/pydata/xarray/issues/6640 IC_kwDOAMm_X85EGirn dcherian 2448579 2022-05-31T19:34:00Z 2022-05-31T19:34:00Z MEMBER

Thanks Jamie.

Yes it now fails here with maxNumObs=1 and xarray main.

It looks like self._chunks is wrong but I don't know why.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr fails for large dimensions; sensitive to exact dimension size and chunk size 1249638836
1142393351 https://github.com/pydata/xarray/issues/6640#issuecomment-1142393351 https://api.github.com/repos/pydata/xarray/issues/6640 IC_kwDOAMm_X85EF4oH dcherian 2448579 2022-05-31T17:05:04Z 2022-05-31T17:05:04Z MEMBER

Thanks @JamiePringle . it works for me with maxNumObs=1 (I assume the problem is not sensitive to this?) and

dask : 2022.3.0 zarr : 2.10.3 numpy : 1.21.5 xarray: main

Can you try downgrading zarr to 2.10.3? Does it still fail for you with maxNumObs=1? I don't see a commit that would've fixed this on xarray main... And I don't think dask is involved here.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr fails for large dimensions; sensitive to exact dimension size and chunk size 1249638836

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 11.542ms · About: xarray-datasette