You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When writing a parquet file with delta-rs using an ObjectStore filehandler, it will sometimes fail when the operation times out, which is fine. The only thing is it should retry which it's not doing.
OSError: Generic MicrosoftAzure error: Error after 0 retries in 171.084552191s, max_retries:10, retry_timeout:180s, source:error sending request for url (https://<redacted>.blob.core.windows.net/<redacted>/<redacted>/<redacted>=<redacted>/<redacted>=202110/0-afa3cc5d-d0b7-4258-8baf-e84bca411da2-0.parquet?comp=block&blockid=ICAgICAgICAgICAgICAgICAgIDM%3D): operation timed out
To Reproduce
Expected behavior
Respect the retry amount?
The text was updated successfully, but these errors were encountered:
Describe the bug
When writing a parquet file with delta-rs using an ObjectStore filehandler, it will sometimes fail when the operation times out, which is fine. The only thing is it should retry which it's not doing.
To Reproduce
Expected behavior
Respect the retry amount?
The text was updated successfully, but these errors were encountered: