Antoine Pitrou

Results 822 comments of Antoine Pitrou

What's really relevant is sendmsg() / recvmsg() support, in order to send file descriptors from one process to another: https://github.com/celery/billiard/blob/v3.5.0.1/billiard/reduction.py#L178-L212

Answering to comment on the `distributed` bug tracker: backporting `socket` is probably quite adventurous. It would be more reasonable to only backport `sendmsg` and `recvmsg`... Actually, similar functionality was already...

> The feather was written with feather::write_feather and not arrow::write_feather The standalone `feather` package is an extremely old package that is not supported anymore, so I would not recommend using...

@EB80 Is there any way you can share the code to produce the file (or a similar file that would fail loading with `arrow::read_feather` but succeed with `feather::read_feather`), so that...

@paleolimbot @wjones127 Perhaps one of you would like to take a cursory look at this?

@iajoiner Looking forward to it! (and glad to hear the Arrow Rust community is ever growing :-))