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

Bindings for CSV/JSON compression support #133

Closed
jdye64 opened this issue Jan 18, 2023 · 1 comment · Fixed by #456
Closed

Bindings for CSV/JSON compression support #133

jdye64 opened this issue Jan 18, 2023 · 1 comment · Fixed by #456
Labels
enhancement New feature or request

Comments

@jdye64
Copy link
Contributor

jdye64 commented Jan 18, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Support for reading compressed CSV/JSON files was recently added to DataFusion we should add supporting bindings here so that the python bindings can take advantage of that as well.

Describe the solution you'd like
Update context.rs::register_csv/json(...) to take advantage of the new CsvReadOptions which allows for specifying a file compression type.

Describe alternatives you've considered
None

Additional context
None

@jdye64 jdye64 added the enhancement New feature or request label Jan 18, 2023
@jdye64
Copy link
Contributor Author

jdye64 commented Jan 18, 2023

Depends on #115 since updated CSVReadOptions are not present until version 16.0.0

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

Successfully merging a pull request may close this issue.

1 participant