johnnyg commented on issue #408: URL: https://github.com/apache/arrow-rs-object-store/issues/408#issuecomment-3071797461
Update: using `v0.12.3` I'm able to get a better error: ```python Traceback (most recent call last): File "/home/johngarland/playground/./parquet_to_delta.py", line 101, in <module> write_deltalake(delta_out, reader, **kwargs) File "/home/johngarland/.virtualenvs/pq/lib/python3.12/site-packages/deltalake/writer/writer.py", line 141, in write_deltalake write_deltalake_rust( OSError: Generic S3 error ↳ Error performing POST http://vpce-....s3.us-west-2.vpce.amazonaws.com/.../part-00009-5fc72273-a9d7-4303-85e4-304a84b422cf-c000.snappy.parquet?uploads= in 141.614622ms - HTTP error ↳ error sending request ↳ client error (SendRequest) ↳ connection error ↳ Connection reset by peer (os error 104) ``` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org