-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parallelize Stateless (CSV/JSON) File Write Serialization (#7452)
* implement tokio task spawning * improve error handling * parallelize single_file true * cargo fmt * Update datafusion/core/src/datasource/file_format/write.rs Co-authored-by: Metehan Yıldırım <100111937+metesynnada@users.noreply.github.com> * add channel * cargo fmt * yield_now if input is fifo unbounded * fix unbounded option parse * cargo fmt * Remove redundant source * Apply suggestions from code review Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * address comments, add type aliases * cargo fmt --------- Co-authored-by: Metehan Yıldırım <100111937+metesynnada@users.noreply.github.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
- Loading branch information
1 parent
495c25f
commit abea893
Showing
7 changed files
with
248 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.