Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Propogate S3Config.num_tries to pyarrow S3 filesystem #2800

Conversation

jmurray-clarify
Copy link
Contributor

@jmurray-clarify jmurray-clarify commented Sep 6, 2024

Addresses: #2788

Propogates the S3Config.num_tries config to the pyarrow S3 filesystem.

Note that the other relevant parameters on S3Config, retry_mode and retry_initial_backoff_ms, are ignored as pyarrow's S3RetryStrategy only has one parameter max_attempts.

Note that this only addresses S3. GCSConfig and AzureConfig do not have retry settings.

@jmurray-clarify jmurray-clarify changed the title Propogate S3Config.num_tries to pyarrow S3 filesystem [BUG] Propogate S3Config.num_tries to pyarrow S3 filesystem Sep 6, 2024
@github-actions github-actions bot added the bug Something isn't working label Sep 6, 2024
Copy link

codspeed-hq bot commented Sep 6, 2024

CodSpeed Performance Report

Merging #2800 will improve performances by 32.95%

Comparing jmurray-clarify:jmurray-clarify/2788-pyarrow-s3-retries (6b7f836) with main (91d9fe9)

Summary

⚡ 2 improvements
✅ 14 untouched benchmarks

Benchmarks breakdown

Benchmark main jmurray-clarify:jmurray-clarify/2788-pyarrow-s3-retries Change
test_count[1 Small File] 19.6 ms 15.7 ms +24.58%
test_explain[100 Small Files] 49 ms 36.8 ms +32.95%

@samster25 samster25 merged commit e3fbf88 into Eventual-Inc:main Sep 6, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants