johnnyg opened a new issue, #408:
URL: https://github.com/apache/arrow-rs-object-store/issues/408

   **Describe the bug**
   When trying to write ~20GiB worth of parquet data to S3 over a private link, 
I consistently get an error during the upload.
   This error doesn't occur when I don't specify the custom endpoint URL.
   
   **To Reproduce**
   Write to deltalake with `AWS_ENDPOINT_URL` set, e.g.
   ```python
   write_deltalake(out, data, storage_options=dict(AWS_ENDPOINT_URL="...", 
AWS_ALLOW_HTTP="true"))
   ```
   
   **Expected behavior**
   Data is uploaded the same without the custom endpoint URL
   
   **Additional context**
   Running this via delta-rs (python api).
   Happy to provide more detail / debug logs.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to