pitrou commented on issue #44695:
URL: https://github.com/apache/arrow/issues/44695#issuecomment-2469072509

   I'm curious, why don't you simply ignore SIGPIPE signals by yourself? It 
should be as easy as:
   ```c++
   signal(SIGPIPE, SIG_IGN);
   ```
   
   IMHO, it doesn't seem useful to expose an option for something you can 
trivially do yourself. Except perhaps to document the existence of this issue.
   


-- 
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]

Reply via email to