vdytyniak-exos opened a new issue, #35365:
URL: https://github.com/apache/arrow/issues/35365

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   We use pyarrow to read data from S3 and sometimes we get the following error:
   
   ```
   File "/usr/local/lib/python3.10/dist-packages/{org}/store/storage.py", line 
794, in _load_partition
       table = ds.dataset(
     File "pyarrow/_dataset.pyx", line 369, in pyarrow._dataset.Dataset.to_table
     File "pyarrow/_dataset.pyx", line 2818, in 
pyarrow._dataset.Scanner.to_table
     File "pyarrow/error.pxi", line 144, in 
pyarrow.lib.pyarrow_internal_check_status
     File "pyarrow/error.pxi", line 115, in pyarrow.lib.check_status
   OSError: AWS Error NETWORK_CONNECTION during GetObject operation: curlCode: 
43, A libcurl function was given a bad argument
   ```
   
   We were trying to find the reason why it happens, but it is very random. Can 
you help to understand where actually the problem with libcurl can be?
   
   ### Component(s)
   
   Python


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