Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Add
AWS Error UNKNOWN
to list of retried write errors (#46646)
When writing Parquet files to S3, you might see a transient error like this: ``` AWS Error UNKNOWN (HTTP status 503) during CreateMultipartUpload operation: No response body ``` Currently, this error isn't retried, and your program crashes. Signed-off-by: Balaji Veeramani <[email protected]>
- Loading branch information