Hello,
I'm facing this weird timeout error when reading a parquet file
(arrow-10.0.0 and arrow-12.0.0)
The parquet file is not huge (hardly 1MB).

Initialized s3 with arrow::fs::EnsureS3Initialized() and set all the access
keys correctly.

When trying to read the file from s3, I'm getting curlCode 28 error. The
same piece of code is working fine on windows.

Also, this time out is happening on an aws ec2 instance. I did not set any
timeouts on aws api.

We're using s3 for other data as well, so, there's another Aws::Init call
happening in our code (apart from arrow::fs::EnsureS3Initialized). I do not
know if this is causing any problem.

Any help would be greatly appreciated.

Surya

Reply via email to