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

[C++][Dataset] Add CsvFileFormat for CSV support #23997

Closed
asfimport opened this issue Feb 4, 2020 · 4 comments
Closed

[C++][Dataset] Add CsvFileFormat for CSV support #23997

asfimport opened this issue Feb 4, 2020 · 4 comments

Comments

@asfimport
Copy link

This should be a minimal implementation that binds 1-1 file and ScanTask for now. Streaming optimizations can be done in ARROW-3410.

Reporter: Francois Saint-Jacques / @fsaintjacques
Assignee: Ben Kietzman / @bkietz

PRs and other links:

Note: This issue was originally created as ARROW-7759. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
@pitrou do you think you could take a look at this?

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
Right, I'm adding it to my list of bugs :-)

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
I think this will require some nested parallelism support to avoid deadlocks (if e.g. the dataset scanner spawns a task that calls the CSV reader which itself calls TaskGroup::Finish).

@asfimport
Copy link
Author

Ben Kietzman / @bkietz:
Issue resolved by pull request 7033
#7033

@asfimport asfimport added this to the 1.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants