issue_comments
35 rows where issue = 283388962 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- fix distributed writes · 35 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
371710575 | https://github.com/pydata/xarray/pull/1793#issuecomment-371710575 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM3MTcxMDU3NQ== | jhamman 2443309 | 2018-03-09T04:31:05Z | 2018-03-09T04:31:05Z | MEMBER | Any final comments on this? If not, I'll probably merge this in the next day or two. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
371345709 | https://github.com/pydata/xarray/pull/1793#issuecomment-371345709 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM3MTM0NTcwOQ== | jhamman 2443309 | 2018-03-08T01:26:27Z | 2018-03-08T01:26:27Z | MEMBER | All the test are passing here. I would appreciate another round of reviews. @shoyer - all of your previous comments have been addressed. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
369078817 | https://github.com/pydata/xarray/pull/1793#issuecomment-369078817 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2OTA3ODgxNw== | jhamman 2443309 | 2018-02-28T00:38:59Z | 2018-02-28T00:38:59Z | MEMBER | I've added some additional tests and cleaned up the implementation a bit. I'd like to get reviews from a few folks and hopefully get this merged later this week. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
367493976 | https://github.com/pydata/xarray/pull/1793#issuecomment-367493976 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NzQ5Mzk3Ng== | jhamman 2443309 | 2018-02-21T22:15:09Z | 2018-02-21T22:15:09Z | MEMBER | Thanks all for the comments. I will clean this up a bit and request a full review later this week. A few things to note:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
367492154 | https://github.com/pydata/xarray/pull/1793#issuecomment-367492154 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NzQ5MjE1NA== | jbusecke 14314623 | 2018-02-21T22:09:24Z | 2018-02-21T22:09:24Z | CONTRIBUTOR | I would echo @rabernat in the sense that if distributed writes work for some backends, I would love to see it merged as soon as possible. Thanks for working on this, I am very excited about this feature. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
367377682 | https://github.com/pydata/xarray/pull/1793#issuecomment-367377682 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NzM3NzY4Mg== | shoyer 1217238 | 2018-02-21T16:09:00Z | 2018-02-21T16:09:00Z | MEMBER |
I'm pretty sure SciPy supports incremental reads but not incremental writes. In general the entire netCDF file needs to get written at once. Certainly it's not possible to update only part of an array -- scipy needs it in memory as a NumPy array to copy its raw data to the netCDF file. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
367358183 | https://github.com/pydata/xarray/pull/1793#issuecomment-367358183 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NzM1ODE4Mw== | rabernat 1197350 | 2018-02-21T15:13:02Z | 2018-02-21T15:13:02Z | MEMBER | Given the fact that distributed writes never actually worked, I would be happy at this point if they worked for some backends (e.g. netCDF4 and zarr) but not all (e.g. scipy, h5netcdf). We could document this and make sure to raise an appropriate I make this suggestion because I know Joe has been slogging through this for a long time and it may be better to get it merged and live to fight another day. On the other hand, if Joe is optimistic about resolving the remaining backends, then by all means carry on! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
367232132 | https://github.com/pydata/xarray/pull/1793#issuecomment-367232132 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NzIzMjEzMg== | jhamman 2443309 | 2018-02-21T07:02:30Z | 2018-02-21T07:02:30Z | MEMBER | The battle of inches continues. Turning off HDF5's file locking fixes all the tests for netCDF4 (🎉 ). Scipy is not working and @shoyer - I don't totally understand the scipy constraints on incremental writes but could that be playing a factor here? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
366605287 | https://github.com/pydata/xarray/pull/1793#issuecomment-366605287 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NjYwNTI4Nw== | jhamman 2443309 | 2018-02-19T07:11:37Z | 2018-02-19T07:11:37Z | MEMBER | I've this down to 4 test failures:
I think I'm ready for an initial review. I've made some changes to autoclose and sync so I'd like to get feedback on my approach before I spend too much time sorting out the last few failures. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
366585598 | https://github.com/pydata/xarray/pull/1793#issuecomment-366585598 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NjU4NTU5OA== | jhamman 2443309 | 2018-02-19T04:21:37Z | 2018-02-19T04:21:37Z | MEMBER | This is mostly working now. I'm getting a test failure from open_dataset + distributed + autoclose so there is something to sort out there. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
366557470 | https://github.com/pydata/xarray/pull/1793#issuecomment-366557470 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2NjU1NzQ3MA== | jhamman 2443309 | 2018-02-18T23:18:28Z | 2018-02-18T23:18:28Z | MEMBER | @shoyer - I have this working with the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
363273602 | https://github.com/pydata/xarray/pull/1793#issuecomment-363273602 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MzI3MzYwMg== | jhamman 2443309 | 2018-02-06T00:57:05Z | 2018-02-06T00:57:05Z | MEMBER | I think we're getting close. We're currently failing during the
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362773103 | https://github.com/pydata/xarray/pull/1793#issuecomment-362773103 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2Mjc3MzEwMw== | mrocklin 306380 | 2018-02-03T03:13:04Z | 2018-02-03T03:13:04Z | MEMBER | Honestly we don't have a very clean mechanism for this. Probably you want to look at |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362721418 | https://github.com/pydata/xarray/pull/1793#issuecomment-362721418 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjcyMTQxOA== | jhamman 2443309 | 2018-02-02T22:05:57Z | 2018-02-02T22:05:57Z | MEMBER | @mrocklin - What is the preferred method for determining which scheduler is being used? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362698024 | https://github.com/pydata/xarray/pull/1793#issuecomment-362698024 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjY5ODAyNA== | mrocklin 306380 | 2018-02-02T20:28:55Z | 2018-02-02T20:28:55Z | MEMBER | Performance-wise Dask locks will probably add 1-10ms of communication overhead (probably on the lower end of that), plus whatever contention there will be from locking. You can make these locks as fine-grained as you want, for example by defining a lock-per-filename with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362697439 | https://github.com/pydata/xarray/pull/1793#issuecomment-362697439 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjY5NzQzOQ== | shoyer 1217238 | 2018-02-02T20:26:30Z | 2018-02-02T20:26:30Z | MEMBER | A simpler way to handle locking for now (but with possibly subpar performance) would be to use a single global distributed lock. As for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362673882 | https://github.com/pydata/xarray/pull/1793#issuecomment-362673882 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjY3Mzg4Mg== | shoyer 1217238 | 2018-02-02T18:57:33Z | 2018-02-02T18:57:33Z | MEMBER | We might always need to use As for the lock, we need locking both: - Per process: only one thread can use HDF5 for reading/writing at the same time. - Per file: only one worker can read/write a file at the same time. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362673511 | https://github.com/pydata/xarray/pull/1793#issuecomment-362673511 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjY3MzUxMQ== | mrocklin 306380 | 2018-02-02T18:56:16Z | 2018-02-02T18:56:16Z | MEMBER | SerializableLock isn't appropriate here if you want inter process locking. Dask's lock is probably better here if you're running with the distributed scheduler. On Feb 2, 2018 1:38 PM, "Joe Hamman" notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362657475 | https://github.com/pydata/xarray/pull/1793#issuecomment-362657475 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjY1NzQ3NQ== | jhamman 2443309 | 2018-02-02T17:56:05Z | 2018-02-02T17:56:05Z | MEMBER | The tests failure indicates that the netcdf4/h5netcdf libraries cannot open the file in write/append mode, and it seems that is because the file is already open (by another process). Two questions:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362644064 | https://github.com/pydata/xarray/pull/1793#issuecomment-362644064 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjY0NDA2NA== | jhamman 2443309 | 2018-02-02T17:03:59Z | 2018-02-02T17:37:49Z | MEMBER | Thanks @mrocklin for taking a look here. I reworked the tests a bit more to put the Bad news is that the tests are failing again. The good news is we have a semi-informative error message that indicates we're missing a Link to most descriptive failing test: https://travis-ci.org/pydata/xarray/jobs/336643000#L5076 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362590407 | https://github.com/pydata/xarray/pull/1793#issuecomment-362590407 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjU5MDQwNw== | mrocklin 306380 | 2018-02-02T13:46:18Z | 2018-02-02T13:46:18Z | MEMBER | For reference, the line
would have to be replaced with
To get the same result. However there were a few more calls to compute hidden in various functions (like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362589762 | https://github.com/pydata/xarray/pull/1793#issuecomment-362589762 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjU4OTc2Mg== | mrocklin 306380 | 2018-02-02T13:43:33Z | 2018-02-02T13:43:33Z | MEMBER | I've pushed a fix for the In the future I suspect that the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
362465131 | https://github.com/pydata/xarray/pull/1793#issuecomment-362465131 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MjQ2NTEzMQ== | shoyer 1217238 | 2018-02-02T02:17:34Z | 2018-02-02T02:17:34Z | MEMBER | Looking into this a little bit, this looks like a dask-distributed bug to me. Somehow |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
361106590 | https://github.com/pydata/xarray/pull/1793#issuecomment-361106590 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MTEwNjU5MA== | jhamman 2443309 | 2018-01-28T23:31:15Z | 2018-01-28T23:31:15Z | MEMBER | xref: https://github.com/pydata/xarray/issues/798 and https://github.com/dask/dask/issues/2488 which are both seem to be relevant to this discussion. I'm also remembering @pwolfram was quite involved with the original distributed integration so pinging him to see if he is interested in this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360662747 | https://github.com/pydata/xarray/pull/1793#issuecomment-360662747 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDY2Mjc0Nw== | rabernat 1197350 | 2018-01-26T02:05:19Z | 2018-01-26T02:05:28Z | MEMBER | I have definitely used the distributed scheduler with But I cannot recall if I ever got it to work with netCDF. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360659245 | https://github.com/pydata/xarray/pull/1793#issuecomment-360659245 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDY1OTI0NQ== | jhamman 2443309 | 2018-01-26T01:43:52Z | 2018-01-26T01:43:52Z | MEMBER | Yes, the zarr backend here in xarray is also using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360590825 | https://github.com/pydata/xarray/pull/1793#issuecomment-360590825 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDU5MDgyNQ== | jakirkham 3019665 | 2018-01-25T20:29:58Z | 2018-01-25T20:29:58Z | NONE | Yep, using Our cluster uses NFS for things like one's home directory. So these are accessible across nodes. Also there are other types of storage available that are a bit faster and still remain accessible across nodes. So these work pretty well. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360548130 | https://github.com/pydata/xarray/pull/1793#issuecomment-360548130 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDU0ODEzMA== | mrocklin 306380 | 2018-01-25T17:59:34Z | 2018-01-25T17:59:34Z | MEMBER | I can take a look at the future not iterable issue sometime tomorrow.
My guess is that this would be easy with a friendly storage target. I'm not sure though. cc @jakirkham who has been active on this topic recently. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360547539 | https://github.com/pydata/xarray/pull/1793#issuecomment-360547539 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDU0NzUzOQ== | shoyer 1217238 | 2018-01-25T17:57:29Z | 2018-01-25T17:57:29Z | MEMBER | Has anyone successfully used |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360360093 | https://github.com/pydata/xarray/pull/1793#issuecomment-360360093 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDM2MDA5Mw== | rabernat 1197350 | 2018-01-25T04:49:37Z | 2018-01-25T04:49:37Z | MEMBER | Kudos for pushing this forward. I don't have much help to offer, but I wanted to recognize your effort...this is hard stuff!. |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
360328682 | https://github.com/pydata/xarray/pull/1793#issuecomment-360328682 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM2MDMyODY4Mg== | jhamman 2443309 | 2018-01-25T01:14:05Z | 2018-01-25T01:15:10Z | MEMBER | I've just taken another swing at this and come up empty. I open to ideas in the following areas:
The good news here is that only 8 tests are failing after applying the array wrapper so I suspect we're quite close. I'm hoping @shoyer may have some ideas on (1) since I think he had implemented some scipy workarounds in the past. @mrocklin, I'm hoping you can point me in the right direction. All of these tests are reproducible locally. (BTW, I have a use case that is going to need this functionality so I'm personally motivated to see it across the finish line) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
357105359 | https://github.com/pydata/xarray/pull/1793#issuecomment-357105359 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM1NzEwNTM1OQ== | mrocklin 306380 | 2018-01-12T00:23:09Z | 2018-01-12T00:23:09Z | MEMBER | I don't know. I would want to look at the fail case locally. I can try to do this near term, no promises though :/ |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
357069258 | https://github.com/pydata/xarray/pull/1793#issuecomment-357069258 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM1NzA2OTI1OA== | jhamman 2443309 | 2018-01-11T21:37:43Z | 2018-01-11T21:37:43Z | MEMBER | @mrocklin - I have a test failing here with a familiar message.
We saw this last week when debugging some pangeo things. Can you remind me what our solution was? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
352908509 | https://github.com/pydata/xarray/pull/1793#issuecomment-352908509 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM1MjkwODUwOQ== | mrocklin 306380 | 2017-12-19T22:39:43Z | 2017-12-19T22:39:43Z | MEMBER | The zarr test seems a bit different. I think your issue here is that you are trying to use synchronous API with the async test harness. I've changed your test and pushed to your branch (hope you don't mind). Relevant docs are here: http://distributed.readthedocs.io/en/latest/develop.html#writing-tests Async testing is nicer in many ways, but does require you to be a bit familiar with the async/tornado API. I also suspect that operations like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 | |
352906316 | https://github.com/pydata/xarray/pull/1793#issuecomment-352906316 | https://api.github.com/repos/pydata/xarray/issues/1793 | MDEyOklzc3VlQ29tbWVudDM1MjkwNjMxNg== | shoyer 1217238 | 2017-12-19T22:29:47Z | 2017-12-19T22:29:47Z | MEMBER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix distributed writes 283388962 |
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 6