MasterOdin commented on issue #38156:
URL: https://github.com/apache/arrow/issues/38156#issuecomment-2797691180

   We started using `Arrow::Table.load(URI("s3://..."))` in a method in our 
Rails application and started seeing the warning, though not a full 
segmentation fault.
   
   Adding:
   
   ```
   at_exit do
     Arrow.s3_finalize
   end
   ```
   
   in a rails initializer fixed the warning for us. 


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