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

refactor: move file readers to sync APIs #38

Merged

Conversation

wjones127
Copy link
Collaborator

@wjones127 wjones127 commented Sep 17, 2023

This PR builds on #29, and replaces the Parquet and JSON table client APIs with sync ones. Thanks to this, we can remove the async_trait dependency, and move object_store, parquet, and futures to only be dependencies of the default client, rather than the whole crate.

This also adds readahead parameters to control maximum async concurrency.

Closes #28

@wjones127 wjones127 force-pushed the refactor/remove-async-interfaces branch from 364eb52 to 63fe9af Compare September 17, 2023 23:31
@wjones127 wjones127 marked this pull request as ready for review September 17, 2023 23:49
@rtyler rtyler merged commit 16c62b2 into delta-incubator:main Sep 18, 2023
3 checks passed
@rtyler rtyler deleted the refactor/remove-async-interfaces branch September 18, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Return to a pure Sync API
2 participants