Skip to content

Async CSV writer in arrow-csv #2

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

Closed
wants to merge 6 commits into from
Closed

Conversation

metesynnada
Copy link

Which issue does this PR close?

Closes apache/arrow-rs-object-store#188.

Rationale for this change

For tokio runtimes, IO operations can be async and non-blocking.

What changes are included in this PR?

A new writer in arrow-csv.

Are there any user-facing changes?

No

@github-actions github-actions bot added the arrow label Feb 21, 2023
@metesynnada metesynnada reopened this Feb 21, 2023
@metesynnada metesynnada changed the title Feature/async csv writer Async CSV writer in arrow-csv Feb 21, 2023
berkaysynnada pushed a commit that referenced this pull request Nov 26, 2024
* Implement bulk_delete_request for Azure

* Fix lint and add Azurite bug workaround

* Special 404 error case

* Clippy fix

* Make number of expected headers more conservative and better document invariants

* Use multer for multipart parsing

* Fix clippy

* Fix clippy #2

* Reuse part response buffer

* Make multer conditional to azure feature

* One more HeaderValue::from_static

* Add tests for bulk delete request building and response parsing

* Switch back to manual parsing to avoid multer dependency, other PR suggestions

* Fixes lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Async CSV Writer
1 participant