You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "cboettig (via GitHub)" <gi...@apache.org> on 2023/04/26 10:00:16 UTC

[GitHub] [arrow] cboettig commented on issue #32026: [R] Weird R error: Error in fs___FileSystem__GetTargetInfos_FileSelector(self, x) : ignoring SIGPIPE signal

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org