home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 513916063 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • dcherian 1
  • jbusecke 1

author_association 2

  • CONTRIBUTOR 1
  • MEMBER 1

issue 1

  • Large coordinate arrays trigger computation · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
547467154 https://github.com/pydata/xarray/issues/3454#issuecomment-547467154 https://api.github.com/repos/pydata/xarray/issues/3454 MDEyOklzc3VlQ29tbWVudDU0NzQ2NzE1NA== jbusecke 14314623 2019-10-29T15:05:17Z 2019-10-29T15:05:17Z CONTRIBUTOR

You guys are the best! Thanks.

Julius J.M. Busecke, Ph.D. (he/him)

———————————————

Postdoctoral Research Associate

Princeton University • Geosciences

408A Guyot Hall • Princeton NJ

juliusbusecke.com

On Oct 29, 2019, at 10:47 AM, Deepak Cherian notifications@github.com wrote:



Totally fixed by #3453https://github.com/pydata/xarray/pull/3453!!! Both statements take the same time on that branch.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pydata/xarray/issues/3454?email_source=notifications&email_token=ADNGY72OB7JSHN4OALG7RALQRBEGXA5CNFSM4JGIQ3AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECQYRBQ#issuecomment-547457158, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADNGY7ZRON5TWT4GMB4HEHLQRBEGXANCNFSM4JGIQ3AA.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Large coordinate arrays trigger computation 513916063
547457158 https://github.com/pydata/xarray/issues/3454#issuecomment-547457158 https://api.github.com/repos/pydata/xarray/issues/3454 MDEyOklzc3VlQ29tbWVudDU0NzQ1NzE1OA== dcherian 2448579 2019-10-29T14:47:00Z 2019-10-29T14:47:00Z MEMBER

Totally fixed by #3453!!! Both statements take the same time on that branch.

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 2,
    "rocket": 0,
    "eyes": 0
}
  Large coordinate arrays trigger computation 513916063

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 15.488ms · About: xarray-datasette