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 dispatch on url type to the object_store crate #6179

Open
winding-lines opened this issue Jan 11, 2023 · 1 comment
Open

Refactor dispatch on url type to the object_store crate #6179

winding-lines opened this issue Jan 11, 2023 · 1 comment
Labels
enhancement New feature or an improvement of an existing feature

Comments

@winding-lines
Copy link
Contributor

Problem description

In the current integration of the object_store we dispatch on the URL scheme (s3, gs, ...) inside the polars crate. Refactoring this code to the object_store crate, if accepted by the owners, would allow us to support new backends just by bumping the version of the crate.

@winding-lines winding-lines added the enhancement New feature or an improvement of an existing feature label Jan 11, 2023
@chitralverma
Copy link
Contributor

@winding-lines created an issue on the object_store side for this.
apache/arrow-rs#4047

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants