issue_comments
1 row where author_association = "CONTRIBUTOR" and issue = 1370494294 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow test_indexes to pass on big-endian systems · 1 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1244442964 | https://github.com/pydata/xarray/pull/7026#issuecomment-1244442964 | https://api.github.com/repos/pydata/xarray/issues/7026 | IC_kwDOAMm_X85KLLFU | ginggs 1970404 | 2022-09-12T20:48:04Z | 2022-09-12T20:48:04Z | CONTRIBUTOR | Since the 2022.06.0 release, the following tests have been failing in Debian and Ubuntu on big-endian systems: ``` =================================== FAILURES =================================== ____ TestPandasIndex.test_join _______ self = <xarray.tests.test_indexes.TestPandasIndex object at 0x3ff828b6ef0>
/usr/lib/python3/dist-packages/xarray/tests/test_indexes.py:267: AssertionError ----------------------------- Captured stdout call ----------------------------- Index(['aa', 'aaa'], dtype='object', name='x') ___ TestPandasMultiIndex.test_concat ___ self = <xarray.tests.test_indexes.TestPandasMultiIndex object at 0x3ff82e70370>
/usr/lib/python3/dist-packages/xarray/tests/test_indexes.py:395: AssertionError ___ TestPandasMultiIndex.testjoin ____ self = <xarray.tests.test_indexes.TestPandasMultiIndex object at 0x3ff828b6590>
/usr/lib/python3/dist-packages/xarray/tests/test_indexes.py:493: AssertionError ``` Full test log on IBM s390x with Ubuntu 22.10: https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic/kinetic/s390x/p/python-xarray/20220911_200538_24725@/log.gz |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow test_indexes to pass on big-endian systems 1370494294 |
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