cboettig commented on issue #32026: URL: https://github.com/apache/arrow/issues/32026#issuecomment-1523135607
Yup, we're relying on the above work-around too. @vhh711 is your code also accessing remote data (e.g. over the S3 bucket interface?) By the way, my understanding from the arrow team is that this issue comes from how the Amazon SDK chooses to handle sigpipe signals from the curl C library, and it's not obviously a bug, so it's not really an issue the arrow devs can do much about. I understand why arrow doesn't want to just go about setting this ignore behavior by default, but I do wonder if it might at least be nice to have the CPP `decor` trick to ignore sigpipes as an opt-in `ignore_sigpipe()` function within the R package. That would probably make it easier for users encountering the error to discover and implement this work-around at least? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
